what file? The problems I see have nothing to do with files. First off, you need to have a semicolon after your structure declaration on line 10 and after your variables on line 17.
Other than that the code compiles and runs fine for me. (well, other than bad spacing and that system pause).
edit: Make sure you're spelling your file name correctly when you're trying to compile.
Note: The amount of unhelpful and irrelevant compiler errors you will get by forgetting the semicolon at the end of a class declaration is directly proportional to the sum of the amount of lines below the declaration in every file it appears in.
Never, EVER, forget that semicolon.