AnsiString to string w/o changing what is in it?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
i have a Ansistring called Output and i need to search it but find is a string command so i have to convert it to a string: string Oputput; but this changes what is in the AnsiString? any ideas
-
i have a Ansistring called Output and i need to search it but find is a string command so i have to convert it to a string: string Oputput; but this changes what is in the AnsiString? any ideas
Are you talking about the C++ builder AnsiString? Doesn't that class have a find member function?
-
Are you talking about the C++ builder AnsiString? Doesn't that class have a find member function?
yes i am talking about C++ builder but i dont know about the second bit? i know how to search a string but not an AnsiString?