Search found 2 matches

by grizzlebee
Thu Dec 15, 2005 8:56 pm
Forum: Game Programming
Topic: irrXML help please?
Replies: 2
Views: 1791

Ah i see. Thanks It worked great. :P
by grizzlebee
Thu Dec 15, 2005 8:38 pm
Forum: Game Programming
Topic: irrXML help please?
Replies: 2
Views: 1791

irrXML help please?

Hi, I have an XML file that looks like this: <Environment> <Viewport Color="0,128,192" Fov="0" NearClip="-0.000000" FarClip="0.000000" /> </Environment> How do I get the pointer to child node? I have this so far syntax but it seems not to work:( Thank u. while...