ReadLine and WriteLine
- From: "alberto" <alberto@xxxxxxxxx>
- Date: Tue, 11 Oct 2005 13:24:16 +0200
In this code for a console application:
int n;
n = Console.Read();
Console.WriteLine(n);
Console.ReadLine();
I need write the last sentence (Console.ReadLine()) twice to the program
make a pause. Can somebody tell me why? Thank you
.
- Follow-Ups:
- Re: ReadLine and WriteLine
- From: wackyphill
- Re: ReadLine and WriteLine
- Prev by Date: Re: I am stucked: Working on a network mapped drive via Web Service
- Next by Date: Re: UTF-8 preamble -> Possible bug in StreamWriter(or at least strange
- Previous by thread: Re: Writing from database to file
- Next by thread: Re: ReadLine and WriteLine
- Index(es):
Relevant Pages
|