I came across a strange error tonight writing a simple for loop in code::blocks. This function returns true if the input does not match the good characters, but im getting the following error:
F:\2DimMap(CONSOLE)\v1.09a\Player.cpp||In function 'bool Badinput(char)':|
F:\2DimMap(CONSOLE)\v1.09a\Player.cpp|20|error: name lookup of 'i' changed for ISO 'for' scoping|
F:\2DimMap(CONSOLE)\v1.09a\Player.cpp|20|note: (if you use '-fpermissive' G++ will accept your code)|