What are some useful codes on c++

Start with the structure of code. Specific functions can always be looked up in a code reference, but the execution has to be nailed for anything to work. Read about what a variable is (types), what are operators and how they work, how to construct basic conditional statements (if()), how loops (while(), do() while, for()) work and how to put all that to use when creating a function, the ball will roll from there. I recommend CPlusPlus as your reference, I've used the site for years, it will teach you everything you need to know.

http://www.cplusplus.com/doc/tutorial/
 

Site & Scene News

Popular threads in this forum