C# and Tool's programming

Started by
2 comments, last by rpg_code_master 18 years ago
Quick question, and I've search on google and read some of those sites, but I wanted to ask to see what others on here though... Is C# a good programming language for tools? For example like a map editor for a game. Also what other tools would be good to have been made in C#? For example, the game is in C++, but the editor is in C#... Thank you for the replies! = ]
Advertisement
I'd like to think it is [wink]
Rim van Wersch [ MDXInfo ] [ XNAInfo ] [ YouTube ] - Do yourself a favor and bookmark this excellent free online D3D/shader book!
Yes, it is
That's how I make all of my games and tools. You will find though, that there is not all that much special about C# itself. .NET is what is really good about it. If you want, you can have all of your tools in C++ as long as you use C++ .NET. Definitely look into .NET, it makes any programming, even game programming, a lot easier.

This topic is closed to new replies.

Advertisement