SetConsoleCursorPosition( hOutput , coord ); // in this case coord is 0,0
cout<<''a'';
SetConsoleCursorPosition( hOutput , coord ); // still 0,0
Now what?
Thnx in Adv.
_________________________________________________________________________
Can someone be nice and help me on my way to be the next Hideo Kojima? Thought So...Reading From the Screen (console)
If you printed something on a screen, like ''a'', how can you read it?
ReadConsoleOutput perhaps? I dunno...
Arguing on the internet is like running in the Special Olympics: Even if you win, you're still retarded.[How To Ask Questions|STL Programmer's Guide|Bjarne FAQ|C++ FAQ Lite|C++ Reference|MSDN]
THnx!
Now i have another Q.
I can assign a key to do that Reading.
But It doesnt do it automaticly when I put it in my code.
So....
Thnx in Adv again....
_________________________________________________________________________
Can someone be nice and help me on my way to be the next Hideo Kojima? Thought So...
Now i have another Q.
I can assign a key to do that Reading.
But It doesnt do it automaticly when I put it in my code.
So....
Thnx in Adv again....
_________________________________________________________________________
Can someone be nice and help me on my way to be the next Hideo Kojima? Thought So...
quote: Original post by Pipo DeClownWhat? A question would be nice...
THnx!
Now i have another Q.
I can assign a key to do that Reading.
But It doesnt do it automaticly when I put it in my code.
So....
Thnx in Adv again....
Arguing on the internet is like running in the Special Olympics: Even if you win, you're still retarded.[How To Ask Questions|STL Programmer's Guide|Bjarne FAQ|C++ FAQ Lite|C++ Reference|MSDN]
What I mean is: When I put it it my code,
So it will Compile it, it doesnt automaticly read the screen!
I did assign a key to it to check if it works,
but when I dont use a key (thats when i read the screen my self)
and I just put it in the code (thats when the program should read it) it doesnt read it!!
_________________________________________________________________________
Can someone be nice and help me on my way to be the next Hideo Kojima? Thought So...
So it will Compile it, it doesnt automaticly read the screen!
I did assign a key to it to check if it works,
but when I dont use a key (thats when i read the screen my self)
and I just put it in the code (thats when the program should read it) it doesnt read it!!
_________________________________________________________________________
Can someone be nice and help me on my way to be the next Hideo Kojima? Thought So...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement