hi im trying to read from a file that has been created by the user.
my problem
file = fopen("data/hello.txt", "r");
is that. I want the user to enter the name of a file he/she wants to read rather than specifying it in the code...
how would i do that?
thanks



LinkBack URL
About LinkBacks



