CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #10
    Join Date
    Jun 2003
    Location
    Gjøvik, Norway
    Posts
    204
    It's there just to disable an irritating warning in VC++ 6.0 that occurs when using some of the STL containters. (Particularily std::map) It might not be needed in this example, but I usually include this line anyway since the warnings may seem somewhat cryptic to people that don't know the reason for them.

    If you are using another compiler, you should probably remove this line, though I'm not sure.
    Last edited by Assmaster; February 17th, 2004 at 09:27 AM.

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