Skip to content

Commit e14b974

Browse files
committed
README
1 parent de32d76 commit e14b974

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ learn cpp using this repo
1111
- [`helloworld`](helloworld) you can get to know how to print text in different types
1212
- [`variables`](variables) you can get to know how to store integers + variables
1313
- [`userinput`](userinput) you will get to know how to get userinputs
14-
- [`loops`](loops) you will get to know how to loop a proccess
14+
- [`loops`](loops) you will get to know how to loop a proccess
15+
- [`classes`](classes) learn to create classes
16+
- [`headers`](headers) learn how to store variables, functions in a header file and call it in a .cpp file
17+
- [`vector`](vector) learn about vector

0 commit comments

Comments
 (0)