A Small Help

Check out the following code

1
2
settextstyle(2,0,5);
outtextxy(10,40,"Hello");


I want to input a text after giving a space with the same style .....
for example after input "HI" the output should be like this.....

Hello HI
plz help
dont ignore plz
I don't know what settextstyle and outtextxy is. They are not standard functions. Check the documentation of the library that declare these functions.
Last edited on
actually those functions are working......
i wanted to know how the input a text with the same style....
plz
C++ does not have a "style" on input text.

Please, take the effort to use the whole word "please". It's four more characters. It's not going to kill you to use them all.
Last edited on
so what do u suggest is the best idea for me as to continue to do
It's four more characters.


Actually, it's three more. :3
reliableboy2, I think the reason why you get no help is that no one knows about these functions. Are they from some old DOS header file?
yes these work only with dos.h header file...
plz help
I googled a little bit and I found this:
http://www.cs.colorado.edu/~main/bgi/doc/index.html

so it's a very outdated borland thing. Better get a newer lib.

another google shows the solution:
http://in.answers.yahoo.com/question/index?qid=20110824050812AAmFlKm
Topic archived. No new replies allowed.