Starting with c++.
Hey,
I just started to learn c++ and i wanted to ask if its better to start with external or internal and what is most neccesary to learn (loops etc..)
Im at loops right now.Could you guys give me some tips at c++ cheat coding?
Thanks.
loops (for, while), data types, data structures (linked list aka vector, arrays), functions, pointers, namespaces, OOP, handling strings and the most important stuff is algorithmic thinking, which you will get after practicing a lot.
External / internal: it doesn't really matter which you are starting with, but i suggest you to start with externals.