I made the following code to read a TXT file that contains extended char ascii table.
int main(void){
printf("%c %c %c %c %c %c %c %c %c \n",205,187,186,187,200,201,205,188);
FILE *ffpOrig=fopen("a.txt", "r");
for(;!feof(ffpOrig);){
unsigned...
asked by
15.09.2016 / 18:49