English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am learning C# and wrote my code in word pad and saved it as a cs file extention. The next step is compile the code from a comand line. Where do I find a compiler? Is there one in Visual Studio? Is a compiler seperate from the visual studio program? My book doesn't give me specifics on the compiler it just tells me the steps on how to make the cs file into an exe file but nothing about if I am supposed to use visual studio to compile. Any help would be great.

2006-11-04 05:52:55 · 4 answers · asked by Christina 2 in Computers & Internet Programming & Design

4 answers

http://msdn.microsoft.com/vstudio/express/visualcsharp/

2006-11-04 06:21:37 · answer #1 · answered by Nick F 6 · 0 0

Word pad is truly not the right editor to code. You should use a proper IDE (integrated development environment). I find SharpDevelop very useful, it's free, it's fast, it's feature-packed, but not as complex as the 'big irons'. You can compile your projects right from the IDE, no command-line needed.

http://www.icsharpcode.net/OpenSource/SD/Default.aspx

2006-11-04 16:32:40 · answer #2 · answered by dwave 2 · 0 0

There's a list of free ones here. And some tips on the side...

http://www.thefreecountry.com/compilers/csharp.shtml

2006-11-04 14:23:38 · answer #3 · answered by Ole A 2 · 0 0

Please refer to this address and find more information.

http://www.thefreecountry.com/compilers/csharp.shtml

you could find your answer

2006-11-04 14:04:21 · answer #4 · answered by clipal 2 · 1 1

fedest.com, questions and answers