need help with C# compiler

Started by
4 comments, last by snyp 20 years, 2 months ago
I wanted to try out C# for myself, I downloaded the sdk, v.1.1 and I can''t find the C# compiler, and anyways how do I use it, is it on any website, plz help.
Actual Linux penguins were harmed in the making of this message.
Advertisement
I'm not sure where it's located, but search your drive for 'csc.exe'.

Also, look at http://www.icsharpcode.net/OpenSource/SD/
for a free C# ide.

[edited by - rotos on February 19, 2004 9:01:39 PM]

T:\>which csc.exe
D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe

How to use it? Just write csc SourceFile1.cs SourceFile2.cs etc. Try csc /? for more usage instructions.

--
AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.
[Project site] [Blog] [RSS] [Browse the source] [IRC channel]
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Curious, isn''t it, that .NET has no linker?
Someone''s been reading their Joel, I see...
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
There is a linker, btw - al.exe, the Assembly Linker. It doesn''t do what Joel wants, though.
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]

This topic is closed to new replies.

Advertisement