To create and run programs using the C# command-line compiler, follow these three steps:
1. Enter the program using a text editor.
2. Compile the program using csc.exe.
3. Run the program.
- source C# 4.0 complete Reference by Herbert Schildt
The name of csharp compiler is csc.exe which can be located in .Net framework folder.
1. Enter the program using a text editor.
2. Compile the program using csc.exe.
3. Run the program.
- source C# 4.0 complete Reference by Herbert Schildt
The name of csharp compiler is csc.exe which can be located in .Net framework folder.
No comments:
Post a Comment