An open API service indexing awesome lists of open source software.

https://github.com/ruturaj4/learncpp-dot-com-quizzes

✔️ Quizzes, samples and other exercises from learncpp.com (Covers cpp11, cpp14 and even cpp17!)
https://github.com/ruturaj4/learncpp-dot-com-quizzes

cpp cpp-course cpp11 cpp14 cpp17 learn-cpp learncpp learncpp-tutorials

Last synced: about 1 month ago
JSON representation

✔️ Quizzes, samples and other exercises from learncpp.com (Covers cpp11, cpp14 and even cpp17!)

Awesome Lists containing this project

README

        



Learncpp-Dot-Com Programs/Quizzes 🚧



This repository contains solved quizzes and some other examples given on
learncpp.com




Table of Contents


Featured program - Commandline BlackJack - https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter6/blackjack




  • Chapters 1 and 2

  • 'C++ Basics' and 'Variable and Fundamental Data types'



    • Hello World

    • cin and cout

    • Prime Number

    • Calculator

    • sizeof

    • Functions

    • Multiple files

    • Header Guards

    • Ball simulation

    • Chapter1 Quiz



  • Chapter 3

  • 'Operators'



    • Using Modulus

    • Even or Odd

    • Decimal to Binary Converter



  • Chapter 4

  • 'Variable Scope and More Types'



    • Variable Scope

    • Playing with Strings

    • Using Struct - Fraction

    • Using Struct - Advertising

    • Using Struct - Monsters



  • Chapter 5

  • 'Control Flow'



    • While Loop

    • While Loop - 2

    • While Loop - 3

    • Switch - Animal Legs

    • Switch - Calculator

    • Ball Game Again

    • HI-LO game



  • Chapter 6

  • 'Arrays, Strings, Pointers, Reference'



    • Array One

    • Array Two

    • Multidimentional Arrays

    • Descending Sort

    • For-Each

    • Simple Game

    • Unoptimized BUbble Sort

    • Optimized BUbble Sort

    • Pointers One

    • Student grades

    • Ref Swap

    • Array Pointers

    • C-Style Pointers

    • Card Game

    • Black Jack



  • Chapter 7

  • 'Functions'



    • Binary search

    • Calculator function pointer

    • Commandline arguments

    • Ellipses

    • Function prototypes

    • Fibonacci series

    • Interger to Binary

    • Recursive binary search

    • Recursive fibonacci series

    • Recursive factorial

    • Returning values

    • Sum of the digits



  • Chapter 8

  • 'Basic object-oriented programming'



    • Classes introduction

    • Classes introduction - 2

    • Monster generator

    • Blackjack using classes

    • Class constructor

    • Destructor class

    • Friend function

    • Member variables

    • Point - 2D

    • Simple stack using class

    • Static member variables

    • Vector friend



  • Chapter 9 🚧

    • 'Operator Overloading'

  • Chapter 10 💤

  • Chapter 11 💤

  • Chapter 12 💤

  • Chapter 13 💤

  • Chapter 14 💤

  • Chapter 15 💤

  • Chapter 16 💤

  • Chapter 17 💤

  • Chapter 18 💤




Licence


MIT