C++ Console Question

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.
Post Reply
Fraza
Posts: 113
Joined: Sat Feb 26, 2005 11:28 am
Location: Leeds

C++ Console Question

Post by Fraza »

In the C++ console, I wish to input a string with a ' ' character in it. Unfortunately in Dev-C++ it seems that ' ' is the Termin Char! (Well, maybe \0 is the termin char as in most C++, but whatever it is, there is a problem with inputting a ' ' character).
Armen138
Posts: 298
Joined: Mon Feb 23, 2004 3:38 am

Post by Armen138 »

you might have to escape it using \'\' instead
if you're looking for me, start looking on irc, i'm probably there.
Post Reply