Quote:
Originally posted by joe_bruin
a console program that doesn't do any io is not much of a console program, i would say.
|
well, you could just write a program that takes input from a file, and output to another file, no need for cin and cout, just ifstream and ofstream stuff.