Hi,
I want reading a definite character from a txt file. For example: 2nd line 6th caracter. Haw can I do?
You can start by reading the manual:
fgets() to get a line from a file, and substr() to get a character from a string