LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Colourful Line (https://www.linuxquestions.org/questions/linux-general-1/colourful-line-757289/)

supravat 09-23-2009 11:18 AM

Colourful Line
 
I am creating a executable file using c in linux...I want to make the output lines colourful...
Example:

main()
{
printf("Hello");
}

I want to make the "Hello" colourful...How should I do this? Please help me...

TB0ne 09-23-2009 11:25 AM

Quote:

Originally Posted by supravat (Post 3694373)
I am creating a executable file using c in linux...I want to make the output lines colourful...
Example:

main()
{
printf("Hello");
}

I want to make the "Hello" colourful...How should I do this? Please help me...

This sounds very much like a homework question. This link

http://www.tldp.org/LDP/LG/issue65/padala.html

has info.


All times are GMT -5. The time now is 09:43 PM.