Top: Programming: C / C++ : Console INPUT/OUTPUT
Console INPUT/OUTPUT
To read some text from the command line you use the Console.Read or Console.ReadLine method implemented in the .net framework. The difference between them is that the Console.Read method reads the next character from the command line, whereas Console.ReadLine reads the next line of characters instead of just a simple character. The Console.Read method returns an integer and should be cast to a char during the input. There is also a special function called Console.ReadKey( Boolean display) which obtains the key that is pressed on the keyboard and if the display parameter is false it depicts it.
ADVERTISMENT
More C / C++ Tutorials for Programming
Top: Programming: C / C++: Another ASM tutorial
Top: Programming: C / C++: Templates in c++
Top: Programming: C / C++: Functions in C
Top: Programming: C / C++: Buffer using allegro c++
Top: Programming: C / C++: Containers in C++
Top: Programming: C / C++: Console Calculator
Top: Programming: C / C++: Function Prototypes
Top: Programming: C / C++: C++ Language Tutorial
» Hardware reviews
SOFTutorials
- » Add a tutorial (and get rewarded)
- » Login
- » Register (3D Kingdom)
- » About/FAQ/Contact
Highest Rated
![]() |
3D Shining Text - Draw 3D lighting text in photoshop ...
Rated: |
![]() |
Fireworks in Photoshop - Draw nice fireworks with Tool Brushes and Blending options. Very easy but n...
Rated: |
![]() |
3D New Year Text in Photoshop - Make 3D text inspired by 20th Century Fox logo. ...
Rated: |
![]() |
Exploding planet in Photoshop - Draw Exploding Earth using tools and filters. ...
Rated: |
Most Popular
![]() |
Improving capture performance in Windows Movie Maker - Easiest way to improve Capture performance in Windows MovieMaker. Follow th...
Rated: |
![]() |
V-ray Glass Material - If you want very realistic render you need to use V-ray Render plugin. In t...
Rated: |
![]() |
Getting Started with PowerPoint - This tutorial describes tasks that you do almost every time you run the pro...
Rated: |
![]() |
The Matrix Raining Code Video Tutorial - Tutorial showing how to create and animate the raining code effect from the...
Rated: |








No comments at this moment