Can anybody please help me solve this problem..
While compiling the code I get an error which reads "Missing terminating ' character".
The error line on the source code is like this
const char SEPARATOR = '^M'; // Control character (Return)
I tried changing '^M' with '\013' still it gives same the error message
My environment is as follows
Linux version 2.4.9-e.24smp
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-118.7.2)) #1 SMP Tue May 27 16:07:39 EDT 2003
thanks
Simmons
While compiling the code I get an error which reads "Missing terminating ' character".
The error line on the source code is like this
const char SEPARATOR = '^M'; // Control character (Return)
I tried changing '^M' with '\013' still it gives same the error message
My environment is as follows
Linux version 2.4.9-e.24smp
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-118.7.2)) #1 SMP Tue May 27 16:07:39 EDT 2003
thanks
Simmons