Advertisement

games in Visual C++ 6

Started by March 09, 2001 07:03 PM
1 comment, last by Malachi 23 years, 11 months ago
Does anyone know where I can get tutorials or information on programming games using Viusal C++ 6, thanks
Well, I think you should say: "Does anyone know where I can get info on programming games in C/C++". MSVC is simple an IDE for a C/C++ compiler, so I think it is more appropriate to ask about the language, not the IDE.

Some Simple C/C++ Tutorials
Basic Programming using the Win32 API using C/C++. Do this AFTER you''ve learned how to program in C/C++ if you haven''t already .
OpenGL.org
Nehe''s OpenGL Tutorials
DirectX Information

"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://www.gdarchive.net/druidgames/
Advertisement
actually MSVC is a pretty complex IDE (Assuming you use all the features) but can be simple enough for the novice (like myself) - if your looking for tutorials on the IDE itself check out msdn.microsoft.com - they have some pretty good SDK''s, tutorials and some other goodies there.

--LordKaT


Resist Windows XP''s Invasive Production Activation Technology!

This topic is closed to new replies.

Advertisement