good day, i rily nid help on something....

its about gotoxy in turbo c...
1st of all, can u use gotoxy in turbo c? (c++ 6.0)

2nd, if u can... can i ask how to use it?

please help me... im just a beginner... lol.... h0pe u c0uld help me...
thx... :)

Recommended Answers

All 2 Replies

good day, i rily nid help on something....

If you're looking to learn proper English, you're on the wrong forum.

its about gotoxy in turbo c...

Aha

1st of all, can u use gotoxy in turbo c? (c++ 6.0)

Yes

2nd, if u can... can i ask how to use it?

#include <conio.h>

[..]
 GotoXY(10,10);
[..]

On a serious note: Turbo is old and non-standard, so you shouldn't be using it anymore.
If you're working on windows, you could have a look at SetConsoleCursorPosition()

ps:

im just a beginner... lol.... h0pe u c0uld help me...

You might also want to look at this

>>turbo c? (c++ 6.0)

What is that? Are you talking about two different compilers -- turbo C and VC++ 6.0 ? You can not use gotoxy() with VC++ 6.0 compiler.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.