At 16:35 2003-1-17 +0100, you wrote:
There is a CString class that is included with the Object Library for Palm OS in CodeWarrior for Palm OS V9.Hello, Is it possible to use the string API in codewarrior like in C++ with MFC?
Both V8 and V9 also support the standard C std::string class. Include the header <string> after configuring your project to use the Metrowerks standard library.
POL's CString has more functionality, IMO, but the standard string class is useful too, especially for cross-platform code.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
