Some might think this post belongs in a different forum because I am asking for help. But I thought that it might be inappropriate there, heck its probably inapropriate here for that matter. I thought it would be best to place it where there's not as much chance a student or someone will find it browsing for help with their homework. That being said I feel I should point out that anything I post here is very mild in comparison to just the name even of 'brainfuck', which is another issue all in itself.
So anyways... Why won't my code compile?
1 2 3 4 5 6 7 8 9
typedefunsigned Ive;
typedeflong got, a;
typedefint big;
int main()
{
Ive got a big dick;
return 0;
}