MSVC++ tutorials

Hi, im a total newbie to Visual C++. I do know some regular C an VBasic. Does anyone know some online Visual C++ tutorials? Id be very gratefull. Preferably in dutch or English. Thx

Now im wondering: can i use open GL in ordinary C. I have Borland C installed, and i think i know pretty much the basics of C. Are there any tutorials for GL under C or is it not recommended to start with that?
thx

u can use borland c IDE but what i know it’s hard to configure to run opengl.
hence use visual C++ IDE. Its is easy to configure.
Actually structure of c++ is about the same with C.

go and check it out:-
http://www.cs.usm.maine.edu/~macleod/courses/98cos452/tutorial.html

Originally posted by loong98:
u can use borland c IDE but what i know it’s hard to configure to run opengl.
hence use visual C++ IDE. Its is easy to configure.
Actually structure of c++ is about the same with C.

You can use C and perhaps is it the most used language. All examples in the red book is in C http://www.gamedev.net/reference/articles/article993.asp
If you know C is it easier to use that instead of learning C++ and OpenGL the same time. Much code like the NeHe tutorials is also mainly C but in .cpp files.

thx, ill check it all out

Check out http://nehe.gamedev.net

Stephen