ubuntu - Weird number boxes for output in terminal running GCC for C Programing -
This code works on other machines, but when I enter '
to putchar
Some common information:
- Running in VM on Windows 8
- Running Ubuntu 14.04 LTS
- Basic package for C development was established using GCC
- Output sometimes works and sometimes it does not happen when I modify the program but I'm sure it Thapit is a problem with a few things or Ubuntu because it works in other machines. I do not think the output for the terminal is
''
- I am new to programming
Code:
int c ; While ((C = getchar ())! = EOF) {if (c == '') {while ((c = getchar ()) == ''); Tutor (''); If break (C == EOF); } Pastor (C); }
Comments
Post a Comment