Click to See Complete Forum and Search --> : Accessing Windows API in C++


Sup3rkirby
05-23-2005, 11:34 AM
Does anyone know how to access the Windows API in C++ to create Windows Applications? I have just started learning but all I have found is just code to make a message box. I would like to be able to at least make a window.

Also good links for documentation on accessing the Windows API in C++ would be nice.

Thanks in advance for any help.

MstrBob
05-24-2005, 01:07 PM
Well, guess the Windows API Reference (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/windows_api_reference.asp) would be good. I've been messing around with C++ as well, but it's been hard finding good tutorials or info on Windows programming.

But uh, I really don't think this forum is the best place for a question such as this. This is a webdeveloper forum, and application programming, unless it's intended for web use, doesn't really fit. I don't know if there's really people here to help you, but I'm sure there are many C++ forums around.