Is there a way (through some handles maybe) to make user input data (something like cin) in the bottom rectangle? Or maybe there is a way to control the position of cin? Thank you.
Yeah, this might work, but i don't want to dig too deeply in some libraries just for one function... I thought maybe there is a somehow standard way to do this... Well, i guess i'll just play around with getch a bit and figure it out manually...
Thank you, but never mind, i almost done it with _getch() and STD handle. Maybe other time I'll check that one out, but now, while i started with that handle, i think i'll finish with it :)
Well, i actually did everything with _getch() and WriteConsoleCharacter(). With a little coding i now even can edit the input using backspace, so it's cool. Next time, though, i will use those NCurses.