C++ vs. C#

whaddya think?

Id think that if you dont even know what language to use, you shouldnt be writing a game, especially an RPG-style. especially an "RPG-style" game. Id learn some basic programming, then maybe code a game that says "pick a number between 1 and 10... higher... lower... higher... you got it!", then move onward...

:)

-Nerseus
 
O_O

pick a number? i did that in basic script six years ago.... :P

its not like were going into this unprepared. weve concepts for art, plot/character development, items, etc, etc, etc.

"rpg-style" was probably an incorrect choice of words on my part... itll be an mmorpg... so not quite an rpg in the single-player-console-game sense.... i knew what i meant. :P

so, to rephrase my question, what do you think would be some advantages to doing the game in C++? C#? what about disadvantages?
 
If you are sufficiently prepared and have sufficient knowledge of both languages, then there isnt much difference either way. Both languages are equally capable of accomplishing what you want.

An application written for .NET will probably be developed quicker than using C++, but will probably run slightly slower and start slower. You can target any version of DirectX with C++, but only DirectX 9 from .NET.
 
Back
Top