Im a beginner in C++ and i have no idea why i will have run-time check failure. Can anybody explain why this will happen. I've check thru the coding and no errors for now (not that i can see of). It will only happen sometimes, when i try all valid and invalid input. Pls help, I need to submit this assignment tomorrow.
Well, my telepathy is notoriously unreliable. Now that you've posted the code, rather than expecting us to read it from your mind, this should be easier.
Although it would be even easier if you used code tags to make your code more readable:
MikeyBoy, any errors? Im worried that it might cause my assignment to fail due to this error. And my compiler seems to display
** Advance Search **
Please enter User ID or User Name that you desire:
Invalid Input!!
Search not found!!
without letting me to key in anything. However, i've send the file to my friends and they can run it, but the same run-time error message is shown. And sometimes it wont show the error message, it is only shown when i run through the whole program.