cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
set_cursor_pos ?? Keeps failing
set_cursor_pos ?? Keeps failing
Dec 24, 2009 at 10:32pm UTC
Eug
(2)
Hello!
I'm trying to do some graphics.
I write :
set_cursor_pos(10,10);
But cursor doesn't think to move!
clear_screen() function works properly, but whenever i use function (circle for example), that needs set_cursor_pos it doesn't work...
I'd opreciate if anyone tells me why...
Dec 24, 2009 at 10:41pm UTC
Bazzy
(6281)
Which library are you using?
Dec 25, 2009 at 8:49am UTC
Eug
(2)
It's msoftcon.h, msoftcon.cpp
Topic archived. No new replies allowed.