C++/Win32 API [message #304383] |
Wed, 19 December 2007 21:39 |
slavik262
Messages: 79 Registered: February 2007
Karma: 0
|
Recruit |
|
|
As some of you know, I've done Visual Basic.NET apps in the past. However, I grow increasingly annoyed with the failure of managed code, so I'm teaching myself C++. I can do console apps fine, but as Command Prompt is so 1980s, I'm teaching myself how to create windows using the Win32 API. I've run into some trouble however, as all the tutorials I can find are using C, and create massive compiler errors. I'm using M$ Visual C++ 2008 for a compiler, and it has a built-in Win32 project. However, I have no clue what the hell all the code does because I still have no clue how the Windows API works.
In short:
Does anyone have any good tutorials on using the Win32 API with C++?
|
|
|
|
|
|
|
|
|
Re: C++/Win32 API [message #305515 is a reply to message #304383] |
Tue, 25 December 2007 07:50 |
|
Dave Anderson
Messages: 1953 Registered: December 2004 Location: United States
Karma: 0
|
General (1 Star) |
|
|
DPDN Supports Win32 as well.
"Win32 API, C++/CLI 8.0
The scope of this forum covers the Native C++ and Win32 API, but does not cover extensions such as MFC or ATL. This forum also covers the latest release (2005) of the C++/CLI language."
David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)
|
|
|
|
|
|