Guest_imported
New member
- Jan 1, 1970
- 0
Third try posting this topic. Posted the other two in the wrong forum. Think I got it right this time.
Okay, in TI-BASIC, if you want to start the text going on the 3rd line, fourth space in, you write the command line...
:Output(3,4,"YADAYADAYADA")
This allows you to do animation, because it doesn't erase what was there previously.
So how do you do that in C++?
Btw, I'm using Visual C++ 6.0
Thanks for your time.
Okay, in TI-BASIC, if you want to start the text going on the 3rd line, fourth space in, you write the command line...
:Output(3,4,"YADAYADAYADA")
This allows you to do animation, because it doesn't erase what was there previously.
So how do you do that in C++?
Btw, I'm using Visual C++ 6.0
Thanks for your time.