C++ and Windows

Started by
11 comments, last by Colin Jeanne 17 years, 7 months ago
I am really gonna kick myself in the butt if I get home and find out that that's been my problem all this time.

I really appreciate all of your help though and I am gonna run home to try to see if I can find the WinMain and see about adding the code there.

Thanks again... you all have been lots of help.

Advertisement
you seem to be confused about the basics , try a book about c++ programming or/and win32
programming. if you want some sugsestions just ask.
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
Also, check out Winprog. It'll get you started. Note: the source on that site is C not C++. Often times that code will give you errors complaining about types not matching - C++ requires a cast in these cases.

This topic is closed to new replies.

Advertisement