Jump to content



Photo
- - - - -

String Class


  • Please log in to reply
2 replies to this topic

#1 paul_brassington

paul_brassington

    Newbie

  • Members
  • Pip
  • 25 posts

  • Calculators:
    fx-9860g II SD

Posted 05 March 2013 - 10:23 PM

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

#2 hayzel

hayzel

    Newbie

  • Members
  • Pip
  • 10 posts

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.

#3 MicroPro

MicroPro

    Casio Overlord

  • Deputy
  • PipPipPipPipPipPipPip
  • 640 posts
  • Gender:Male
  • Location:Iran

  • Calculators:
    Casio ClassPad 300

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)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users