This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can C Program read in Text file?

I want to ask whether can C Program for micro controller read in text file? If yes how do I do it? I have read some article that says that the program need to include stdio.h to read the file. But after I added that into my program, I still can start with this:

File * hfile;

Something like this and it prompt me an error!

0