Saturday, May 22, 2010

If i want to print my out result in C#.net,is there a method or class?

i should print my out result.what should i do?should i create a file?then how to save my out result of a console program and exe file?


wish i could explain my problem .


thanks

If i want to print my out result in C#.net,is there a method or class?
Yes, you can print out your results.





You can write your information to a file or just display it to the screen.





Basic file input/output in C#: http://support.microsoft.com/default.asp...





If you just want to print it to the screen in a console application: Console.WriteLine("What you want to say goes here");
Reply:i don't known ask someone


No comments:

Post a Comment