Thread: Standard Template Library

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    20

    Standard Template Library

    I am using Microsoft Visual C++ 6.0 with the Intel C++ compilier 5.0. I was asked by a SDK support person which Standard Template Library I was using. How can I determin which Standard Template Library I am using?

    Thanks!

  2. #2
    Nonconformist Narf's Avatar
    Join Date
    Aug 2005
    Posts
    174
    If you're using the default, then it's an old and particularly nasty variation of Dinkumware's library. You'd be better off replacing it with the current Dinkumware library. It's way better.
    Just because I don't care doesn't mean I don't understand.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. The standard C Library API
    By boyfarrell in forum C Programming
    Replies: 4
    Last Post: 10-11-2008, 02:05 PM
  2. Difference between GLIBC and Standard C library
    By RoshanX in forum Tech Board
    Replies: 5
    Last Post: 04-15-2007, 02:22 AM
  3. error: template with C linkage
    By michaels-r in forum C++ Programming
    Replies: 3
    Last Post: 05-17-2006, 08:11 AM
  4. Replies: 3
    Last Post: 09-04-2002, 09:01 PM
  5. C Standard Library
    By JoshG in forum C Programming
    Replies: 2
    Last Post: 07-17-2002, 09:09 AM