Thread: Learning C++
View Single Post
  #3 (permalink)  
Old 07-13-2007, 09:31 PM
rpgfan3233 rpgfan3233 is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jul 2007
Posts: 118
iTrader: (0)
rpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura about
Regarding Windows programming, I recommend theForger's Win32 API Tutorial unless you wish to use MFC (Visual C++ only as far as I know). Of course, there are also Windows Forms now with the .NET platform, so that may also be an option. Personally, the Win32 API made me wonder why it is so complex. There is an event handler for EVERYTHING. A simple text editor can be difficult for a Win32 API beginner using just the Win32 API. As for MFC and Windows Forms, I have no experience with either of them, though I plan to look into MFC possibly.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote
The Following User Says Thank You to rpgfan3233 For This Useful Post:
Lee (07-14-2007)