This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Strings and Integers?



Hi,

  I just downloaded your egcs-1127 and compiled it.  But when trying
to use it with some programs I have, I noticed that there is no
implementation of String class.  There is only a 'string' class, which 
appears to be unuseable? i.e.

#include <iostream.h>
#include <string.h>

main()
{
  string str;

  cin >> str;
  cout << "Containts: {" << str.data() << "}" << endl;
}

  reveals the error, that "class string" is undefined...

  Are any of these classes available, or planned ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]