I've never worked with files in C/C++ either, so I'll refer you to the rather good (if a little hard to use)
MSDN Website. Just search for 'file reading C' and you should get some relevant results.
Edit: OK, so that search doesn't help much. Searching for 'fopen' may work better.
Also, make sure you are reading Visual C++ documentation.