Advertisement

Windows Programming???

Started by April 14, 2002 08:14 AM
0 comments, last by The Lion King 22 years, 7 months ago
Hi, I have been working on C/C++ for Dos and have just adopted to Windows with Visual C++ and Dev-C++. I have three problems to ask: 1. First one is that simple programs for just creating a simple window works just fine in Dev-C++ and runs. But in Visual C++ they will give no errors but never runs. I tried the App. Wizard and it changed the functions. It worked all fine for a while, but even then I am just stuck at the same place. If I initialize WNDCLASSEX structure and CreateWindows in WinMain in VC++ then it doesn''t work. Why??? 2. I have read tutorials (like WinProg) but can''t figure out how to draw command buttons etc on the window. Its all a bit messy. 3. I hve bought a few books (like Complete Reference Guide to Visual C++) but 85% of them covers C/C++ programming. I already know that. Please tell me a few books which are purely on Windows Programming without MFC (ssince I want to create my own functions and master it). Please help me. I am a Newbie and just stuck here since a week. Please Help!!! Thanks. The Lion King
This one is supposed to be very good.

http://www.charlespetzold.com/pw5/index.html

Helpful links:
How To Ask Questions The Smart Way | Google can help with your question | Search MSDN for help with standard C or Windows functions

This topic is closed to new replies.

Advertisement