I am using xcode, and am writing a proGRam to allow for hotseat chess, and xcode now says that my code has exceeded the character limit.
Is there a way to get around this, such as making more than one file, then compiling them together with #include or something?
This is quite an annoying feature of xcode, as code can get pretty long.
I am GRateful for any help.
See if you left an unclosed string. The file would have to be gigantic for the compiler to reject it. I've compiled 3 MiB sources without problems.