how to instantiate core::string
how to instantiate core::string
Ive checked the documentation for an irrlicht-specific string class - and I found irr::core::string. But how to I get an instance of that class to use it? These two template parameters confused me. I know how to deal with the template-thing in f.e. dimension2d, but what should I do here to get a string?
Tanuva
just the same.....
either
irr::core::string<irr::c8> bli; same as irr::core::stringc bli;
irr::core::string<wchar_t> bla; same as irr::core::stringw bla;
either
irr::core::string<irr::c8> bli; same as irr::core::stringc bli;
irr::core::string<wchar_t> bla; same as irr::core::stringw bla;
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.