About input and output in c++

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
Masud_cuet0204
New poster
Posts: 5
Joined: Wed Jun 02, 2004 8:19 am
Location: CUET,chittagong Bangladesh

About input and output in c++

Post by Masud_cuet0204 »

What do we mean bystandard input and standard output (stdin or stdout) :roll:
Heartattack!
New poster
Posts: 45
Joined: Fri Jan 16, 2004 7:02 pm
Location: CSE::BUET
Contact:

Post by Heartattack! »

Standard input: keyboard.
Standard output: monitor.

For problems that say input is stdin and output stdout, don't fret. Just use scanf or cin or any other method to take input as if someone were typing the input during runtime. Use printf or cout or something similar for output just as you do on your machine. The online judge redirects stdin/stdout according to its own needs. You don't need to worry about that.
We will, We will BREAK LOOP!!!!
Post Reply

Return to “C++”