+ 3
Does C++ has any limit to be complete??
How much time does it take to make someone fully expert in C++??
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..
+ 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.
+ 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/