potluck
October 28th, 2002, 01:46 AM
im gettin this error and not sure what to do. I do stepping of the program and write when it gets to the first output line it asks me to give the folder of this file. i searched the comp but it wasnt there. i got ostream.h but not .cpp. Not sure what to do.
dumah
October 28th, 2002, 02:47 AM
Originally posted by potluck
im gettin this error and not sure what to do. I do stepping of the program and write when it gets to the first output line it asks me to give the folder of this file. i searched the comp but it wasnt there. i got ostream.h but not .cpp. Not sure what to do.
No, because often you only recieve the implementation of ostream via a library.
If I might hazard a guess though I( would say its an error in your code as opposed to in the compiler's imlementation of ostream.
Post some code of where it's crashing