Re: Misc C++ things I have trouble understanding -
02-04-2004
it looks like the reason for the three errors is 1: because of class being written with a uppercase 'C' . error 2: the compiler gets confused cause when you used the uppercase C it probably thinks you are declaring a variable with Class as a type and wants the ; to end the sentence. error 3 is probably due to line 17 being an invalid code. Am I on the right track?
MusicMan
Last edited by MusicMan; 02-04-2004 at 17:20..
|