cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Quick question
Quick question
May 8, 2012 at 6:52pm UTC
robkavanagh
(13)
A quick question... Where would you guys suggest going to improve programming skills? I find it very difficult to find a good series of tutorials on YouTube ect.. What method would be most effective to improve my programming? E.g books ect.
Thanks
May 8, 2012 at 6:57pm UTC
Athar
(4466)
http://www.amazon.com/Primer-4th-Edition-Stanley-Lippman/dp/0201721481
http://www.amazon.com/Effective-Specific-Addison-Wesley-Professional-Computing/dp/0201924889
http://www.amazon.com/More-Effective-Improve-Programs-Designs/dp/020163371X
When you're through with them, you should write applications (although starting before that is recommended).
May 8, 2012 at 7:07pm UTC
ne555
(10692)
Learn the syntax, start programming
Try to solve
http://www.programming-challenges.com/
(get the book)
Then submit to your peers judge..
May 8, 2012 at 7:15pm UTC
moorecm
(1932)
The C++ In-Depth Series books are very, very good. Particularly Coding Standards and Exceptional C++.
May 8, 2012 at 8:01pm UTC
MrHutch
(1822)
All of the above.
Equally as important; just get coding.
Think up little projects and give them your best shot.
May 8, 2012 at 8:21pm UTC
robkavanagh
(13)
Thank you all, very helpful!
Topic archived. No new replies allowed.