If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
LordBob
Post
by LordBob » Sat Apr 10, 2004 3:35 pm
Hi everybody,
I try to modify the source of the tutorial n°3, i want to draw on the window the coordinates of the camera, but i don't know, how can i do that... Somebody can help me please?
Bob (a French user of Irrlicht
)
schick
Posts: 230 Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:
Post
by schick » Sat Apr 10, 2004 5:20 pm
Please send me an e-mail instead of a private message.
LordBob
Post
by LordBob » Sat Apr 10, 2004 5:44 pm
i have a problem with 'stringstream', me and my compiler don't know what is it !!!
schick
Posts: 230 Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:
Post
by schick » Sat Apr 10, 2004 5:58 pm
hehe, me and my comiler knows
just include #include <sstream>
Please send me an e-mail instead of a private message.
LordBob
Post
by LordBob » Sat Apr 10, 2004 6:52 pm
i'm sorry but i have a problem with this line:
stringstream sstr << cam_pos.X << "-" << cam_pos.Y << "-" << cam_pos.Z;
my compiler don't compile, it say: "missing ";" before "<<"
but when i remove this line, no problem !!!
can you help again, please?
LordBob
Post
by LordBob » Sat Apr 10, 2004 6:52 pm
can you help me* again, please?
LordBob
Post
by LordBob » Sat Apr 10, 2004 6:59 pm