Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Cpp Classes 2k22 #26

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
12 changes: 12 additions & 0 deletions Freshers 2k22 CC Classes/C++ Classes/Class 01/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CC Class 01

### Topics covered in class
- Basic introduction to programming
- C vs C++
- Definitions, terms
- Operators

### Links to refer for better understanding
- [C or C++](https://www.geeksforgeeks.org/difference-between-c-and-c/#:~:text=C%20is%20a%20function%20driven,is%20not%20supported%20in%20C.)
- [Operators](https://www.geeksforgeeks.org/operators-in-cpp/)

Binary file not shown.
15 changes: 15 additions & 0 deletions Freshers 2k22 CC Classes/C++ Classes/Class 02/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CC Class 02

### Topics covered in class
- Escape sequences
- Control statements
- For loop, while loop
- Printing patterns

### Links to refer for better understanding
- [Control statements](https://www.geeksforgeeks.org/loops-and-control-statements-continue-break-and-pass-in-python/)
- [Loops in cpp](https://www.geeksforgeeks.org/cpp-loops/)

### Assignment
- [Assignemnt](https://drive.google.com/file/d/1p-pEN4lQtqu75POclaJ4ADLHjx5ILMK6/view?usp=share_link)
- [Solution](https://drive.google.com/file/d/1vAxizF_7SdJSByzVtAAGQJaThf1TPNL4/view?usp=sharing)
Binary file not shown.
12 changes: 12 additions & 0 deletions Freshers 2k22 CC Classes/C++ Classes/Class 03/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CC Class 03

### Topics covered in class
- 1D Array
- 2D Array
- Functions in C++
- Local, Global, Static variables

### Links for better understanding
- [Array](https://www.geeksforgeeks.org/arrays-in-c-cpp/)
- [Functions in C++](https://www.geeksforgeeks.org/functions-in-cpp/)
- [Variables](https://www.geeksforgeeks.org/cpp-variables/)
Binary file not shown.
15 changes: 15 additions & 0 deletions Freshers 2k22 CC Classes/C++ Classes/Class 04/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CC Class 04

### Topics covered in class
- Pointers
- Pointer arthematic
- Memory allocation
- Recursion

### Links for better understanding
- [Pointers](https://www.geeksforgeeks.org/cpp-pointers/)
- [Memory allocation](https://www.geeksforgeeks.org/what-is-dynamic-memory-allocation/)
- [Recursion](https://www.geeksforgeeks.org/introduction-to-recursion-data-structure-and-algorithm-tutorials/)

### Playlist of pointers for better understanding
- [Pointers](https://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_)
Binary file not shown.
5 changes: 5 additions & 0 deletions Freshers 2k22 CC Classes/C++ Classes/Class 05/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CC Class 05

### Topics covered in class
- Revision of complete classes till now
- Recursion practice