I have a file named "file.txt" who looks like this
" work.bmp
12 14 15"
I want to open file.txt, and than open the file named "work.bmp" in order to acces the BMP header.
how do i do this?
I tried like this:
"FILE *image =fopen ("file.txt", "rt");
fget(work.bmp, sizeof(work.bmp)+1, imagine);"
but it doesn't work properly. can someone please explain me what i did wrong?