Here it is explained how to use the console application
Note:-
Save the progarm with the extension .cs (if it is csharp)
eg:-program.cs
To compile the program go to the visual studio and take the visual studio command promt......
Change the control from the present folder to the folder where your program is stored
Suppose ur program is at D:\paul\vcs\program.cs
now to change your contorl use
c:\visuall\v8>d: <-(enter)
d:\>cd paul <-
d:\paul>cd vcs <-
D:\paul\vcs>csc progarm.cs
To run
D:\paul\vcs>program.exe <-
No comments:
Post a Comment