I am using a program called putty to write basic programs in C/ C++ for an introduction to computer programming class. I am very new at programming and am just getting started writing very simple programs. When I try to compile my programs, I receive an error message saying
error: expected identifier or â(â before â{â token
and am directed to the line in the program where the program actually starts, the beginning bracket {
this is the only character on the line, and I have received this error message trying to compile multiple programs all at the the same line where the left bracket is placed after int main is established. Any ideas on how I could fix this problem and make my programs able to compile would be fantastic, thank you
error: expected identifier or â(â before â{â token
and am directed to the line in the program where the program actually starts, the beginning bracket {
this is the only character on the line, and I have received this error message trying to compile multiple programs all at the the same line where the left bracket is placed after int main is established. Any ideas on how I could fix this problem and make my programs able to compile would be fantastic, thank you
Comment