string class

how do you declare variables as strings?? Or you have to declare them as
char array?

in watcom compiler, you can simply include <String.h>, since the string
operators
are being implemented in there like +, !=, =, = =.

Also, in watcom stl, there is sorted and ordered vector, where you can store
objects in there,
is ther anything similiar in gnu? In help, where can I find al the
information reguarding gnu’s stl?

This issue was anwsered in another newsgroup…please don’t cross post

Thanks

ran zhang wrote:

how do you declare variables as strings?? Or you have to declare them as
char array?

in watcom compiler, you can simply include <String.h>, since the string
operators
are being implemented in there like +, !=, =, = =.

Also, in watcom stl, there is sorted and ordered vector, where you can store
objects in there,
is ther anything similiar in gnu? In help, where can I find al the
information reguarding gnu’s stl?