Posted by help on August 13, 2001 at 23:45:10:
could someone please tell me the command to direct your output to a file, instead of having it displayed on the screen.
i tried
g++ test.cpp -o output.txt
a.out 2 test_one.txt
but that doens't work. thanx a lot.