Hello all.
This is a beginner question, but I am a Java programmer, and String manipulation in C++ just isn't the same. My question is this:
Is there a way to convert an array of characters to a "basic string"? I.E. the <string> class has functions that I would like to use like find( ), etc, and I need to convert in order to do so.
Thanks everyone.
Kennedy ------
KJR
This is a beginner question, but I am a Java programmer, and String manipulation in C++ just isn't the same. My question is this:
Is there a way to convert an array of characters to a "basic string"? I.E. the <string> class has functions that I would like to use like find( ), etc, and I need to convert in order to do so.
Thanks everyone.
Kennedy ------
KJR