What to practise more to be a giant in c++ language ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What to practise more to be a giant in c++ language ??

10th Jan 2017, 2:58 PM
Haroon Khan Awan
Haroon Khan Awan - avatar
3 Answers
+ 8
It's not like you can get good at it by only specialising in a certain section of the language. You need to be good at ALL of it, starting from the basics of course. If I have to name a few, selection structures and loops, user-defined functions and arrays.
10th Jan 2017, 3:26 PM
Hatsy Rei
Hatsy Rei - avatar
+ 3
....after you are done mastering the actual syntax, start using libraries (like boost libxml or whatevr) then try to have your program compiling on both linux and windows. lots to learn from that. good luck.
10th Jan 2017, 9:38 PM
ifl
ifl - avatar
0
learning a language is not so hard, but not enough to be an expert, in my opinion, the best way to be expert: 1- avoid using libraries and make your own codes, libraries is very good to avoid westing time by coding, but very easy way be beginner forever. 2- make some friendships to share your knowledge, and always ask if you don't understand. 3- don't jump from language to another one before your feel you are very advanced with it, otherwise you will stop coding shortly. 4- make your own projects from scratch with no help. 5- try always to make a short and smart codes by using arrays, loops and so on.
11th Jan 2017, 8:46 AM
Al Dokhi Abdaullah
Al Dokhi Abdaullah - avatar