0
New to programming:]
Except for doing the tutorials do you guys have any other tips that a C++ beginner can do?
3 Answers
+ 1
One of the few tips I can give you is to not limit yourself to 1 language.
The tutorials are fine but sometimes are a bit vague to tell you exactly what's what. You might want to ask questions here or look a bit on the internet. If you're doing any C-based language it will probably be easy to pick up any other C-based language due to similarity. There's no "best" language in general & don't be frightened to ask people, you do not have to re-invent the wheel if there's code you need or want, chances are it already exists, It's not wrong using theirs as example or copy - pasting if you're able to understand what exactly everything does. A last tip, challenge yourself at certain intervals, you learned a couple of things in a language? Use them in a project to push your boundaries.
Hope this helps!
+ 5
Don't just read the tutorial - give yourself little tasks and write code from day 1.
+ 3
Try to create codes. You will have mistake but you can learn from it!