Sunday, August 2, 2009

It took you how long to learn C++ language ? , how long to have some more exp ?

Well, the book I used to learn C++ is called "Sams teach yourself C++ in 21 days", in reality took me about two weeks to learn it and I'm still learning things 4 years later.

It took you how long to learn C++ language ? , how long to have some more exp ?
You could learn all the semantics and syntax in C++ in 2 weeks. Applying them? That's the challenge. The other major obstacle in learning it is learning some API. Statements like printf and cout are not part of the language, they are part of the operating system API. I'd say you never stop learning C++, or any programming language. There will always be some new API, technique or design pattern on the horizon.
Reply:C++ is not an exceptionally difficult language to learn unless you have no background in programming. I took up to a 3rd level Java class before I tood C. Taking C there were some major differences but the similarities to Java helped me learn the language.


No comments:

Post a Comment