Hi,
I am extremely new to programming and I'm taking a beginner's course right now. We were given a .cpp code to correct so that it will compile.
I've already fixed a couple errors but Dev-C++ still gives me "parse" in the compiler window on this specific line:
I don't exactly want to post the entire code, but I'm not sure if that single line is sufficient...pa rse error is some sort of parenthesis error, I'm assuming? Can you see anything wrong with that one single line?
Thanks in advance.
I am extremely new to programming and I'm taking a beginner's course right now. We were given a .cpp code to correct so that it will compile.
I've already fixed a couple errors but Dev-C++ still gives me "parse" in the compiler window on this specific line:
Code:
for int = 0; < howmany + i++;
Thanks in advance.
Comment