I am getting errors when using the following code:
I am getting errors such as
AFAIK this code is perfectly fine but wont seem to compile.
Code:
char c;
for(c = 'A';c<='Z';c++)
I am getting errors such as
Code:
src/MusicViewController.m:30: error: stray \342 in program
src/MusicViewController.m:30: error: stray \200 in program
src/MusicViewController.m:30: error: stray \230 in program
src/MusicViewController.m:30: error: stray \342 in program
src/MusicViewController.m:30: error: stray \200 in program
src/MusicViewController.m:30: error: stray \231 in program
src/MusicViewController.m:30: error: Z undeclared (first use in this function)
AFAIK this code is perfectly fine but wont seem to compile.