+ 1
What do you need to know to be a c++ expert
5 Respuestas
+ 19
@ Gaurav Agrawal, a great answer, cool 👍😉
+ 10
c++ language
//thats what u need to know
+ 9
I've coded C++ for 33 years and don't consider myself an expert. While I have mastery of the syntax of the language and it's usage, I don't know most of the standard runtime library because it keeps changing, since I learned it back then.
To be considered an expert in my mind, you must know everything the language and libraries can do, but look things up for how occasionally. Mastery adds that you never have to look up how for things you haven't used.
I'm content with good and look up things I want to see if it exists before creating them myself.
+ 4
Gaurav Agrawal,,, how did you learn c++? What did you do daily?