[REQ] [C#] Compiler

Junior Spellweaver
Joined
Oct 26, 2007
Messages
108
Reaction score
0
Does anyone know where I Can get a c# Compiler im following a book and it says I need one i've googled it but nothing realy come up =) Help.
and a tut on how to use it would be good please =)

also if you can add my msn: [email protected]

Thanks,
Mike
 
Look for Visual Studio.
 
like visual studio .NET 2003?

Also is this the Language you use to create games Like MMORPG's and stuff?

You don't really _need_ visual studio to compile a C# program. All you really need is the .NET framework (It comes with the C# compiler 'csc'). However, a compiler isn't really everything, an IDE makes your life boatloads easier, which is where Visual C# comes in. Download it here: http://www.microsoft.com/express/download/ (Obviously it'd be the one named Visual C# 2008 Express Edition).

As for writing MMORPGs in C#, it's possible, but not exactly the 'right tool for the job'. C++ is and will probably continue to be for a while, the best choice when it comes to MMORPGs.
 
Ok ive got c# 2008 but I dunno realy how to use it. "/ So thats a real Set-back "/
and im following a guide, and its up to Helloworld commands or something and i paste the code into the c# 2008 code of a form, do i need to put the code in a GUI form?

Edit, not a GUI a console form =)
 
I tried Visual Studio ... horrible! I quickly removed it and got back to C++ :P
 
Lmao i think ima give up on C# And learn Visual Basic first, =) im currently making an RPG in it but i need help with getting info from a .txt file and printing it on a page.
Via Label or Text box, Either way it dosent matter to me.
Please help im making a new thread for this now. [VB2008] [EXPRESS]
 
Back