Re: Best book to buy to learn C++ then to be able to code GUI?
From my experience, if you spend all month doing nothing but C++, this is an obtainable code. However, I'd start with the basic text interface and move up to guis gradually. Make sure your text output / foundation is stable before putting a heavy GUI on it because the GUI won't make sense until the foundation makes perfect sense.
|