20.01.2014, 01:40
http://pastebin.com/TLD0fQQv
Compile that, if you get errors, let us know what they are.
As for pragma tabsize 0. It basically tells the compiler that its ok to have 0 spaces (no indentation). Thus harder to spot wrongly placed closing braces.
Compile that, if you get errors, let us know what they are.
As for pragma tabsize 0. It basically tells the compiler that its ok to have 0 spaces (no indentation). Thus harder to spot wrongly placed closing braces.

