change output look

hi.. i try to make a line editor in c++.. So i want something to change the letters.. for example when i run tha file i want to show me this..
1>Hello my friend
2>How are you?
3>:s
1>Hello my friend
2>How are you?

:s is my command to show my what i have in my vector... So i need a command to
change letters in bold..
Thanks in advance.
Last edited on
That's a terminal-specific capability, and messing with the console that way is probably more work than you really want... (sorry).

If you are really willing to go that far, you might want to google around "c++ ncurses".

Good luck!
that program is a task for my university and all this thing is just a comand.. i know that but i don't know that command.. it's sure that i don't need to mess with the console..
i think this will help
http://ss64.com/nt/syntax.html
Topic archived. No new replies allowed.