>What is outtextxy?
It's a function from BGI's graphics.h library that writes a string to the screen at specific x,y coordinates.
>how do i do outtextxy to a int??
You have to convert the int to a string first. Search the forum, there are plenty of threads on that particular topic.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
>is there something like outtextxy for int's or do i have to turn it into a string first???
Good question! How about we take a look at the post immediately above yours:
>how do i do outtextxy to a int??
You have to convert the int to a string first.
It's conclusive then. You have to convert the int to a string first. :icon_rolleyes:
>if there is something like that pleas tell me coz i never learned strings =\
I think we have a solution to this dilemma. Let's look at the post immediately above yours:Search the forum, there are plenty of threads on that particular topic.
Wow! It's like all of your questions are answered before you ask them! :icon_rolleyes:
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401