Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

class/course/book?

Status
Not open for further replies.

sdfsfsdfdfs

Programmer
Jul 22, 2004
1
0
0
US
hello evryone, i have been programing in c++ for a while, and i am looking for some kind of c++/visual c++ course/class/book?


 
Programming Windows, 5th Edition by Charles Petzold

Nice book if you want to start learning about Windows GUI programming and the underlying API. However it is more geared towards C not C++ (but so is the Windows API).

If you want to use C++ you may wish to look into a book on either MFC or C++ .NET.

There are also free GUI toolkits such as wxWindows/wxWidgets, or commercially, Qt, which isn't free on Windows (only free for linux/XWindows).
 
I'm a big fan of the Wrox Press books.
You should look at "Beginning Visual C++" by Ivor Horton.
 
Deitel/Deitel
C++ how to program
If you've been active for a while then the begining won't help that much.. But if you're like me and you love the basics, this book has it all.
I've been working for 7 years and I still have the book on my desk.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top