Thread: string, vector, etc, using codewarrior

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    2

    string, vector, etc, using codewarrior

    my potentially (probably) very, very stupid question:

    my harddrive was recently wiped out, and so I had to reinstall codewarrior on my computer. previously, i had been using the string and vector files written by the college board for the ap class i took awhile ago, and now i don't have them anymore. i just want to know where i can find header files for the string, vector, matrix, and other such very useful and necessary libraries so i can start using those instead.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Read the FAQ. You can't download just the header files.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Jan 2004
    Posts
    2

    oops

    the last version of codewarrior on my computer had the standard libraries included in the project stationary, i just never used them, so i don't know where to look for them. i now have v8.0, so i was wondering if anyone knew what the header files were called/where they would be so i can include and use them. i've found vector and utility, but not string. sorry....thats what i meant.

  4. #4
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    I don't really understand your question, but <vector> along with other STL files is located in \MSL\MSL_C++\MSL_Common\Include
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 04-25-2008, 02:45 PM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. Something is wrong with this menu...
    By DarkViper in forum Windows Programming
    Replies: 2
    Last Post: 12-14-2002, 11:06 PM
  4. Classes inheretance problem...
    By NANO in forum C++ Programming
    Replies: 12
    Last Post: 12-09-2002, 03:23 PM
  5. Warnings, warnings, warnings?
    By spentdome in forum C Programming
    Replies: 25
    Last Post: 05-27-2002, 06:49 PM