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!)
- Host: GitHub
- URL: https://github.com/ruturaj4/learncpp-dot-com-quizzes
- Owner: Ruturaj4
- License: mit
- Created: 2018-08-08T12:57:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T05:01:32.000Z (over 6 years ago)
- Last Synced: 2025-03-27T09:04:36.346Z (about 2 months ago)
- Topics: cpp, cpp-course, cpp11, cpp14, cpp17, learn-cpp, learncpp, learncpp-tutorials
- Language: C++
- Homepage:
- Size: 39.8 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ✅ - Hello World
- cin and cout
- Prime Number
- Calculator
- sizeof
- Functions
- Multiple files
- Header Guards
- Ball simulation
- Chapter1 Quiz
-
Chapter 3 ✅ - Using Modulus
- Even or Odd
- Decimal to Binary Converter
-
Chapter 4 ✅ - Variable Scope
- Playing with Strings
- Using Struct - Fraction
- Using Struct - Advertising
- Using Struct - Monsters
-
Chapter 5 ✅ - While Loop
- While Loop - 2
- While Loop - 3
- Switch - Animal Legs
- Switch - Calculator
- Ball Game Again
- HI-LO game
-
Chapter 6 ✅ - 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 ✅ - 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 ✅ - 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 💤
'C++ Basics' and 'Variable and Fundamental Data types'
'Operators'
'Variable Scope and More Types'
'Control Flow'
'Arrays, Strings, Pointers, Reference'
'Functions'
'Basic object-oriented programming'
Licence
MIT