Book a Demo

Author Topic: Language datatype and namespace  (Read 2434 times)

ehrhart

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Language datatype and namespace
« on: November 05, 2003, 08:13:34 am »
Hi,
I set a new datatype using a namespace in the language datatypes grid (c++), i.e std::string for example but the '::' seems to be problematic ; indeed the new type is not displayed in the available types list anywhere in the program.
I don't want to use the using namespace std line in my code ... :)
thanks