Hi Guys,
Is it possible to use the string class, I've tried #include "string.h" or #include <string> but results in many compiler complaints. If is possible please help.
Warm Regards
Paul Brassington
String Class
Started by
paul_brassington
, Mar 05 2013 10:23 PM
2 replies to this topic
#1
Posted 05 March 2013 - 10:23 PM
#2
Posted 06 March 2013 - 08:31 AM
"string.h" contains standard C str* functions (memcpy,strcpy,strlen....etc) , and not a c class.
on the other hand, "string" contains declarations for a string class, but you have to use C++ code in your project to use it.
on the other hand, "string" contains declarations for a string class, but you have to use C++ code in your project to use it.
#3
Posted 10 March 2013 - 07:12 PM
On a broader question, does anyone know if any part of the C++ STL work on the 9860 sdks? (incl. unofficial ones)
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users