View Single Post
Re: Quake II Full Build all setup for .NET
Old
  (#5)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: Quake II Full Build all setup for .NET - 23-04-2004

Quote:
Originally Posted by Pierre-Marie Baty
...
It won't prevent me to prefer good ole ANSI C, but still...
Our #1 coder not using C++...

To get a jump start into C++,
When you see class, REPLACE it with struct and rebuild!

Conceputally you can grasp C++ much much faster going through the tutorials first thinking of classes as a structs that can also have functions defined in them.

I think the only difference is all member functions and variables become global using struct instead of class.
  
Reply With Quote