|
|
1>------ Build started: Project: project1, Configuration: Debug Win32 ------ 1> main.cpp 1>c:\users\matt\dropbox\egr125\project\project1\project1\main.cpp(7): error C2065: 'point' : undeclared identifier 1>c:\users\matt\dropbox\egr125\project\project1\project1\main.cpp(7): error C2182: 'convert_to_radians' : illegal use of type 'void' 1>c:\users\matt\dropbox\egr125\project\project1\project1\main.cpp(43): error C2275: 'main::point' : illegal use of this type as an expression 1> c:\users\matt\dropbox\egr125\project\project1\project1\main.cpp(21) : see declaration of 'main::point' 1>c:\users\matt\dropbox\egr125\project\project1\project1\main.cpp(51): error C2065: 'point' : undeclared identifier 1>c:\users\matt\dropbox\egr125\project\project1\project1\main.cpp(51): error C2448: 'convert_to_radians' : function-style initializer appears to be a function definition ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |