html and c++

i am totally new in c++ but i'm learning i wanna know what are the codes of bold text italic underline texts etc and image inserting codes in c++ just like html
please tell the simple and easy one

Thank you
html and c++ are not similar in any way; html isn't a programming language. You cannot do any of that using the standard c++ functions. It can be done using macros but you have to be working with graphics.
You can certainly create HTML using C++.

There are also graphics libraries you can use to make GUI applications.

And you can play with color at the console/terminal, but on non-Windows systems it is actually less simple than it sounds.
Topic archived. No new replies allowed.