+ 2

What are some tips for coding with c++??

30th Aug 2017, 12:04 AM
117MasterChiefBlueLeader
117MasterChiefBlueLeader - avatar
3 odpowiedzi
+ 3
Always follow the rule of 3 and 5. https://en.m.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)
30th Aug 2017, 1:11 AM
aklex
aklex - avatar
+ 2
keep your files organized, make use of header files, and learn how to write template classes and functions, their shortcomings and when to use them. also, like with many other languages, explore the libraries available to you.
30th Aug 2017, 12:49 AM
Christian
Christian - avatar
+ 2
@Christian @Michelle @Aklex Thank you, for the tips!
30th Aug 2017, 2:43 AM
Manual
Manual - avatar