Re: C# in VC.NET Standard?
The compilers for VB .NET and C# are a part of the .NET Framework -- not a part of Visual Studio .NET or any other IDE. This means that if you have the .NET Framework installed that you have the ability to create C# and VB .NET applications (no Visual Studio .NET is needed).
Because you have VC++ .NET, (I assume that is what you meant by VC and not Visual C# .NET), you probably have the .NET Framework already installed. The command line compiler for C# is csc.exe. You should be able to find this on your machine. You should be able to write the code in your VC++ editor and compile it to C# using the command line.
- Brad!
Site Manager, CodeGuru.com
Check out my newest book (Sams Teach Yourself C# in 21 Days):
http://books.internet.com/books/0672320711