CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    56

    ostream.cpp error

    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.
    Just Starting Dont Hit

  2. #2
    Join Date
    Oct 2002
    Posts
    36

    Re: ostream.cpp error

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured