More panic-laden windows-related posting by Rod.

Started by
3 comments, last by rodneyldixon 23 years ago
I am in a very, VERY desperate situation right now. And the situation that I am in is I can't find any tutorials or e-books on Windows Programming with C++. And I don't mean Visual C++. So I am posting this question to ask where can I find some tutorials or some e-books on Windows Programming with C++? (NO Visual C++) That's all that I ask of. So please help. I promise that if I get this valuable information, I will post on real questions. No more where to find this or that! THANKS Edited by - felisandria on April 23, 2001 11:44:55 AM
Advertisement
Try winprog.org. BTW: Visual C++ is a compiler, not a language .

"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
Resist Windows XP''s Invasive Production Activation Technology!
http://druidgames.cjb.net/
hmm... If I''m right you asked for beginner C++ tutorials some days ago... I''m not sure you really want to move to Win32 right now.

Anyway, you should try http://www.winprog.org/, they''ve got some nice tutorials about the Win32 API and, as far as I''ve seen, they use straight C code (so it should compile in any C compiler as long as you have the correct headers and libs).

I don''t know of any e-book and/or tutorial on C++ for windows (never looked for anything like that in fact, but I''m sure there are many of them), but there are tons of books on that subject. Also, if you know your C++ basics (ie if you aren''t try to jump straight into Win32 without learning C++ first), actually porting the C code to C++ should take very little time.

If you desesperatly want to learn C++ for windows, just try to search on
No idea why the forum just "ate" the end of my post.

I was saying "try to search on google" (http://www.google.com).
May I ask why you are in such a desperate situation?

Anyway if you want tutorials or information on win32 programming go to msdn.microsoft.com and read tutorials / articles that are posted there....

This topic is closed to new replies.

Advertisement