Quote:
Originally posted by joe_bruin
that's not a console program, in that it makes no use of the console. a console program would fail (or be totally useless) if you closed stdin, stdout, and stderr before exec'ing it, whereas a program that only does file io would not.
|
its not like "iostream.h" is the only way to get input / output from your console app.