I want to change cursor position in my C++ program. As you know, C++ does not have any command to do this. By I think, one of the h files can be used for this purpose.
My Bloodshed compiler has lots of "*.h" files. But I don't know how to use any of them. Even you tell me an header file name, it doesn't have any worth since I don't know how to use it.
Is there any URL that explains most commonly used header files?
-----------------------------------
OR...
I can set cursor position or create any graphics within Assembly language. But, Bloodshed supports AT&T Assembly language standard. That is good, but I don't know how to call interrupts within AT&T Assembly.
Can you please help me on calling interrupts in that standard?