Thread: apstring

  1. #1
    Unregistered
    Guest

    Question apstring

    what is the apstring function and how is it used?

    i know that i need to include the <apstring.h> librarie, but that is about it

  2. #2
    Evil Member
    Join Date
    Jan 2002
    Posts
    638
    apstring is the string class used by the College Board for the AP Computer Science exams. It is rather poorly implemented, but basically you use it as you would an STL string, minus a bit of flexibility.

    In short, it is a data type that is added to the basic functionaliuty of the c++ language by the header you mentioned. Use it like you would any int or char or float, but it is designed to hold and manipulate strings (multiple characters) rather than numbers or single characters.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fatal error LNK1104
    By DMH in forum C++ Programming
    Replies: 2
    Last Post: 11-16-2005, 03:46 AM
  2. hext to binary using apstring
    By xxratcatxx in forum C++ Programming
    Replies: 1
    Last Post: 10-10-2003, 01:46 PM
  3. apstring prob
    By pissed[off] in forum C++ Programming
    Replies: 2
    Last Post: 11-04-2002, 10:46 AM
  4. APstring
    By Quantrizi in forum C++ Programming
    Replies: 3
    Last Post: 07-14-2002, 08:18 PM
  5. sorting apstring help
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 03-13-2002, 05:02 PM