Starting back into c++.

Hey guys. Just here to ask you a few questions. How long does it take to become a proficient c++ programmer if I spend one hour a day learning and practising. I am looking to get into games development. I know the basic concepts already and have made a basic calculator and a pong game. I am currently reading a book about c++ and it's features etc. I just want to know how Kong it takes to begin working with game engine and moving onto directx etc.
> How long does it take to become a proficient c++ programmer if I spend one hour a day learning and practising.

Q: In your experience, how long does it take for a novice programmer to become a reasonably proficient [C/C++/Java] developer, capable of writing nontrivial production code? How long for a programmer with experience in one or more other languages? How can this time be shortened?

Ritchie: I don't know the answer to this question either -- my stock joke on similar ones is, "Well, I never had to learn C...."

Stroustrup: That depends critically on the background of the novice, on the complexity of the task first attempted with C++, and on the teaching/learning approach.

For a novice programmer, a year and a half seems appropriate; for a programmer who is a novice to C++ and the techniques it supports half a year seems more likely. Clearly, I'm talking of the time needed to really use the facilities of the language in a significant application. Learning to write "Hello world" and its cousins can obviously be done in a few minutes.
...

Gosling: I know that for somebody who is a pretty talented C++ programmer, an afternoon pretty much does it for lots of folks. You'll probably spend a lot of time going through the library manual. The language itself tends to be a snap to learn; it's all the library stuff that takes the time, and there the best way to do it is to just start writing and using it, and when you need something, look for it.
...
The C Family of Languages: Interview with Dennis Ritchie, Bjarne Stroustrup, and James Gosling (Java Report and C++ Report July 2007)


Try to locate a good C++ programmer who can act as a mentor.
Better still, try to get an apprenticeship with a software house with skilled C++ programmers.

What is mentoring?

It’s the most important tool in learning a new technology.

Object-oriented and generic thinking is caught, not just taught. Get cozy with someone who really knows what they’re talking about, and try to get inside their head and watch them solve problems. Listen. Learn by emulating.
- http://isocpp.org/wiki/faq/how-to-learn-cpp




> I just want to know how Kong it takes to begin working with game engine and moving onto directx etc.

Why not begin today?
We learn programming by writing programs, by testing and debugging programs, and by refining our programs.
Thanks super answer :) Any YouTube channel or websites or books you'd recommend?
Topic archived. No new replies allowed.