gstream problem (for the love of peter pan)

Started by
-1 comments, last by julian boolean 17 years, 5 months ago
im trying to make it so i can input text to the screen via keyboard.. this is what i have: gstream gs(buffer); int collect gs.goto_xy(100,100); gs >> collect; gs << collect; gs << flush; the problem is, when i include input and try to execute it, the screen will show up blank, i cant even press esc to shut it down so i have to crash the project exe just to turn it off. my project runs perfectly fine, even when i use output.. but whenever i include input itll wack out. anyone know whats wrong?

This topic is closed to new replies.

Advertisement