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!
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