Main.cc: In function 'int main()':
Main.cc:5:11: error: expected '(' before 'True'
while True:
^
Main.cc:5:11: error: 'True' was not declared in this scope
Main.cc:5:15: error: expected ')' before ':' token
while True:
^
Main.cc:5:15: error: expected primary-expression before ':' token