I am supposed to put a function into a programmer defined header file and save it to my A drive! When I compile it, it tells me that it is unable to open it! I am using:<br>
#include "a:\\menu.h"<br>
I typed the function and saved it in the A drive as type .h, then I put menu.h on the first line, the function prototype on the second, and the function definition on the third line! What am I doing wrong?
#include "a:\\menu.h"<br>
I typed the function and saved it in the A drive as type .h, then I put menu.h on the first line, the function prototype on the second, and the function definition on the third line! What am I doing wrong?