Software Development

Hi guys,

I am a new c++ programmer and have covered all the basic and major topics in my c++ book. I have also completed many small programs which were exercises; so I have a lot of practice. I am obviously still a rookie but I am confident in my foundation so far.

I want to move onto bigger programs by developing c++ software etc.

What would you recommend my next steps to be? Are there any c++ software development books you would recommend to a beginner?

What I would really like to do is follow a book or tutorial developing an example software in c++ that fully explains everything and that I can learn from.

I appreciate any and all responses/suggestions, thanks!
> a book or tutorial developing an example software in c++ that fully explains everything

Groningen's C++ Annotations has several non-trivial examples of this kind (chapter 24).
https://fbb-git.github.io/cppannotations/cppannotations/html/index.html
Thanks, i'll check it out
This ... shows you how to go about writing real code in C++. It’s aimed at programmers who have learned the basics of C++ programming, but who have not yet done much in the way of multi-file programming, have not used C++ features such as exception handling, object-orientation, and the Standard Library, and who may not have much design experience


from: https://latedev.wordpress.com/2011/07/28/writing-a-real-c-program-part-1a/
Thanks, this was just what I was looking for!
Topic archived. No new replies allowed.