Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksb96/cpp-codes
A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp
https://github.com/ksb96/cpp-codes
2darrays arrays classes-and-objects constructor cpp do-while-loop for-loops getter-and-setter if-else-statements if-statements inheritance pointers return returnstatements strings switch-case userinput while-loop
Last synced: 7 days ago
JSON representation
A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp
- Host: GitHub
- URL: https://github.com/ksb96/cpp-codes
- Owner: ksb96
- Created: 2022-01-14T11:40:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T17:45:14.000Z (4 months ago)
- Last Synced: 2024-07-12T20:01:31.042Z (4 months ago)
- Topics: 2darrays, arrays, classes-and-objects, constructor, cpp, do-while-loop, for-loops, getter-and-setter, if-else-statements, if-statements, inheritance, pointers, return, returnstatements, strings, switch-case, userinput, while-loop
- Language: C++
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)
---------------------------------------------------------------------------