• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone know of a good, quick VC++ tutorial for Win32 Applications?

Beau

Lifer
I've decided to teach myself VC++, and have been looking for quick tutorials that offer a little bit more than the standard "Hello World" samples. Also, what is a good book or two for this?
 
Are you looking to learn VC++, C++, or the win32 api? Those are distinctly different. A guy by the name of theForger has a decent tutorial for creating interfaces using the win32 api at winprog.org. Petzold's Programming Windows is an excellent book on the win32 api (examples in C, though). If you're looking for MFC, look no further than Prosise's book Programming Windows with MFC. If you're looking for how to use VC++, there are countless books on there...

Take your pick 🙂
 
Back
Top