Skip to content

vortechron/cpp-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpp-tutorial

Collections of simple c++ program for you to get started.

Feel free to contribute in this repo. :)

Tips

  • You forgot to declare the variable.

  • You used the wrong uppercase and lowercase letters; for example, you typed Main when you meant main.

  • You used one equal sign (=) when you were supposed to use two (==), either in an if statement or in a for loop.

  • You forgot #include or using namespace std;.

  • You dropped the laptop in the swimming pool.

  • You forgot to call new and just started using the pointer anyway.

  • You forgot the word public: in your classes so everything turned up private.

  • You let the dog eat the remote.

  • You forgot to type the parentheses when calling a function that takes no parameters.

  • You forgot a semicolon, probably at the end of a class declaration.

About

Collections of simple c++ program (feel free to make a pull request for any fix/improvement)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages