Does C++ has any limit to be complete?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Does C++ has any limit to be complete??

How much time does it take to make someone fully expert in C++??

24th Jan 2018, 2:37 PM
Mubarak Hussain
Mubarak Hussain - avatar
3 Answers
+ 4
you can learn all the basic concepts in CPP in couple of months. but become an expert in CPP is up to your skill set ..obviously, there is no time limit..
24th Jan 2018, 4:20 PM
Somasundaram R
Somasundaram R - avatar
+ 4
C++ is a massive language. Nobody knows everything about all of its headers. The amount of time it will take to master the syntax depends on your learning speed, but it will probably still take a while. I still get serious problems when I try to do something very complicated with pointers.
24th Jan 2018, 2:46 PM
Jacob Pembleton
Jacob Pembleton - avatar
+ 2
unsigned long long int is biggest integer type in standard C++ ( it can hold numbers from 0 to 18 446 744 073 709 551 615 ), if you want bigger ones you may need to search for some bignum libraries like this: http://www.ttmath.org/
24th Jan 2018, 2:45 PM
Aishwarya
Aishwarya - avatar