hey guys, got a new problem with a new project. in this project, we split our code into different header files and source files (new to me). i think i've pretty much got it done except now i get 2 errors
Error 1 error C2601: 'SysAdmin::resetPassword' : local function definitions are illegal e:\advancedc++\project 7 (insecurenet)\insecurenet project\sysadmin.cpp 43 InsecureNet Project
and
Error 2 fatal error C1075: end of file found before the left brace '{' at 'e:\advancedc++\project 7 (insecurenet)\insecurenet project\sysadmin.cpp(16)' was matched e:\advancedc++\project 7 (insecurenet)\insecurenet project\sysadmin.cpp 63 InsecureNet Project
anybody have some insight as to what i'm doing wrong here?
well i figured that, this is what showed up when i double clicked the errors, but i don't see any unmatched bracers. i'll double check the rest of the code again
Error 1 error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'const std::string' (or there is no acceptable conversion) f:\advancedc++\project 7 (insecurenet)\insecurenet project\sysadmin.cpp 51
that error points to line 9 in the block of code i posted with this. no clue what i did wrong
if anybody is willing, they can PM me their email address so i can send them the entire project. it does what it's supposed to, until the resetPassword function. it's not running it at all. anybody willing to do this?