CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aamir121a

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,510

    Re: no instance of std::cout

    Not before , however I can see now that you mentioned it , thank you all for post , one last thought , why std::cout and not anything else , is setup this way.
  2. Replies
    5
    Views
    1,510

    no instance of std::cout

    Why there is never an instance of std::cout ever created. Before we use any object of C++ , like std::string mystring or std::vector<somedata> , std::ifstream mystream, you get the picture
    we can...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured