Quote:
Originally Posted by Bilbo1967
Dale, thanks for the response, but, errm...no, sorry, not clear enough for me
Do you need to put the full file location in there? What does "simply printed to stderr" mean (not that I'm getting that far yet)?
|
If the file is in the same folder as the program then you do not need to supply the pathname but otherwise you will. To get it working I suggest you put everything in the same folder. Open up a cmd window and CD to the folder that contains everything. Don't worry about standard error. This is only important if you want to put the output in a file instead of send it to the screen. You can read about
command line in our wiki if you need to brush up.
Dale