Hi Richard, I get most of my materials from: safari.oreilly.com As for how C# compares to C++ they look very similar. So you can read a C++ book and with a few miner changes convert it to C#. I can't give a complete list of the changes between them in an email but there are allot of nice things like direct access to the .NET framework, arrays are now objects, you do not use header files, and can access *.dll libraries directly. Of course, some of the same features applies to C++.NET as well so it is sort of mute if you have the complete Visual Studio IDE.
Richard Bennett wrote: > Hey Tom, where did you find documentation on the C# language for game > programming? Also how much different is it than C++. It may be something > that I might want to look into for writing some games since you are using it > for your game programming. Just curious on this. > BEAN > > > _______________________________________________ > Gamers mailing list .. Gamers@audyssey.org > To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit > http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make > any subscription changes via the web. > > > _______________________________________________ Gamers mailing list .. Gamers@audyssey.org To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make any subscription changes via the web.