hello, im new to programing and im having problems. they are giving me a file with characters like this:
53
57
6a
and to start working i need to transform them into characters in ascii (like v in the first case), we cant use scanf we need to use fread. i tried
fread(tablecod, sizeof(unsigned char), 1, fptdc );
changing the type on sizof and tablecod but the best i can do is read the first chr and save it (in the first case 5 for example)