I've made a class that read content from xml file based on IrrXML. Is a very simples class, with that i pass only the path and the class return the value - some like xmlParser.getValue("/level/name") to get the value of node, or xmlParser.getValue("/level/skybox/up", "file") to get the attribute 'file' of node 'up').
Well, the question is, the irrXML return a string to me, and i need cast that to const c8* ( to load texture, by example).
Any idea?
Tnx
string TO const c8*
and if it's a char* than remember c8* in fact is char* !!! 
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:

http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java