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.
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..