Hello all,

So I am just playing around with different ways to format output to the command line in c++. I already found information on how to change the color of standard output (both in Linux and Windows). Is there a way to highlight output to the command line? I am mostly interested in how to do it in Linux, but I would not mind learning about Windows too.

Thanks!

Search for ASCII escape sequences. You can use these to control how text appears on a terminal.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.