G
Gary Wessle
hi
opening a file
ifstream in("../../../../../../data/ZB/Jun06/20060405");
then on the command line I do
fred@debian:~/myPrograms/cpp/practice/ticpp1/co2/3$ make; ./proj
is there a way to save some typing and cleaner than this.
thanks
opening a file
ifstream in("../../../../../../data/ZB/Jun06/20060405");
then on the command line I do
fred@debian:~/myPrograms/cpp/practice/ticpp1/co2/3$ make; ./proj
is there a way to save some typing and cleaner than this.
thanks