The compiler error is saying that the ostream class, which cout is an instance of, doesn't have a member called alpha, which is being used to try to output booleans as the words true or false. Either get a newer version of the iostream classes, or comment out that line.