hi, i had a question. i have a program that I wrote using the g++ compiler under linux mandrake. it opens a file and reads in data. right now, it compiles when i type in "run" at the prompt. then when the program is running, it asks the user to enter in a filename. i want to be able to compile my program by typing in "run filename.txt" so that it wont need to ask the user for more input when the program is actually running. i know theres 2 things i need to put inside int main() in my main.cc file. but im not sure what it is. does anyone out there know? id greatly appreciate any help
