Advice

Is there any advice you guys would give to a begginner in C++? anything at all would be of great help thanks again.
Some advices:
- Always keep your code well indented so you will understand easily what to do if you get errors
- If you are reading a tutorial or a code example, compile it as it is, modify it, re-compile it to see how your changes affect the result and finally write your own version from scratch to see if you learned it.
closed account (S6k9GNh0)
PLEASE study C++ design. Program flow and design are as important for so many reasons, I won't even list them.
Topic archived. No new replies allowed.