how to give the absolute path in VC++
suppose fp = fopen( "c:\\fold\\vol\\ file.txt ","r");
is it correct? c:\\fold\\vol\\ file.txt
many times i confuse whether to use single slash or double slash. or mixed ..... and thats why my file does not open.
what is the correct syntax to give path ????



LinkBack URL
About LinkBacks


