learn cpp using this repo
- learn cpp using this repository
helloworld
you can get to know how to print text in different typesvariables
you can get to know how to store integers + variablesuserinput
you will get to know how to get userinputsloops
you will get to know how to loop a proccessclasses
learn to create classesheaders
learn how to store variables, functions in a header file and call it in a .cpp filevector
learn about vector