Click to See Complete Forum and Search --> : Desperate for help-file processing


April 9th, 1999, 10:17 AM
I need to know how to prompt the user for a filename then open that file for reading.
Then, from that file, I need to calculate marks.
I don't understand how to do this, please help.

April 9th, 1999, 10:58 AM
Start with reading class CFile or CStdiofile

Samar Aarkotti
April 20th, 1999, 02:45 PM
You can use CFileDialog , and use the structure of that for the further processing....
this prompts you for the file name to be open ...

good luck
Samar