game programming

G

Guest

--
hello

If I wanted to do some game programming with C++ and openGL/directx do I
need to know MFC /VCL . Can I just know C++ and bypass these extras and use
just C++ with added libraries, no GUI ?
 
G

Guest

john andrew said:
--
hello

If I wanted to do some game programming with C++ and openGL/directx do I
need to know MFC /VCL . Can I just know C++ and bypass these extras and use
just C++ with added libraries, no GUI ?

Hi
Of course, You must not know MFC to do game programming: there are tones of
games in the world designed without MFC. You may not use C++, but C with
DirectX SDK, also You may not make use of GUI. And in these cases Your game
may be funny. MFC is too heavy for game proggramming, but it can gain You
some advantages, during programming. Sometimes I use MFC in my games and I do
this only because I merely love MFC.
 
G

Guest

I am just feeling my way at the moment. Of course in the future I wont rule
anything out, MFC or anything else
 
G

Guest

I actually just downloaded the code for VB6 and VC++ from the website openGL

I just a got a blank screen? on my winXP, 2.4GHz

so any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top