String

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ST/AR

    #1

    String

    Does a "String" class (like Java's) exist in some standard library? It
    would be *very* useful...

  • Jason Barrett Prado

    #2
    Re: String

    google://c++ string
    Yes, it is called "string". It's in /the/ standard library.

    On 19 Nov 2005, ST/AR wrote:
    [color=blue]
    > Does a "String" class (like Java's) exist in some standard library? It
    > would be *very* useful...
    >
    >[/color]

    Comment

    • Thomas Tutone

      #3
      Re: String

      ST/AR wrote:[color=blue]
      > Does a "String" class (like Java's) exist in some standard library?[/color]

      Yes. The class is called std::string. One must include the <string>
      header to use it.
      [color=blue]
      > It would be *very* useful...[/color]

      It would be and is.

      Best regards,

      Tom

      Comment

      • noname

        #4
        Re: String

        "ST/AR" <lorestar@gmail .com> wrote:
        [color=blue]
        > Does a "String" class (like Java's) exist in some standard
        > library? It would be *very* useful...[/color]

        Have you ever heard of google?
        i.e. http://www.msoe.edu/eecs/cese/resources/stl/string.htm

        Comment

        • ST/AR

          #5
          Re: String

          Thank you...

          to noname: google? what's that, yet another search engine?? ;-)

          Comment

          Working...