/Cpp-codes

A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp

Primary LanguageC++

C++_Practice-Workspace (updated on :- 14-07-2023)

Purpose

  • More in depth understanding of the programming language.
  • OOP concepts.
  • Know about the Standard Library.

Folder structure

  • cpp-codes - contains N-numbers of code examples for each and individual concepts/topics.
  • ds-cpp-playground - contains algorithms of each individual data structure topics.
  • hackerrank-cpp - contains hackerrank cpp exercise solutions.

CONTENTS

  1. Introduction
  2. Setup & Hello World
  3. Drawing a Shape
  4. Variables
  5. Data Types
  6. Working with the Strings
  7. Working with the Numbers
  8. Getting User Input
  9. Building a CALCULATOR ~~ Part - 1
  10. Building a MAD LIBS game
  11. Arrays
  12. 2D Arrays & Nested Loop
  13. Functions
  14. Return Statements
  15. If Statements
  16. Building a BETTER CALCULATOR ~~ Part - 2
  17. Switch Statements
  18. While Loops
  19. Building A GUESSING GAME
  20. For Loops
  21. Exponent Function
  22. Comments
  23. Pointers
  24. Classes & Objects
  25. Constructor Functions
  26. Object Functions
  27. Getters & Setters
  28. Inheritance
  29. Polymorphism
  30. Standard Library(STL)