Thanks for posting the code, but when looking at this in Safari Version 4.0.3 (6531.9) your program is getting cut off at the first greater than sign -- seems like the browser is interpreting it as a beginning of a tag. This is usually some kind of comparison in an if command. Like this
NSLog(@"%s",cfile);
for(int i=0;i
and the rest of the code is not visible in the browser.
|