Thread: [C colors]

  1. #1
    Registered User
    Join Date
    Jun 2006
    Posts
    1

    [C colors]

    hello ! i am new here...i came far away...(portugal)

    well...

    there is a way to set color in statements ??

    ex in this simples program...

    Code:
    #include <stdio.h>
    
    main()
    {
    printf(" COLOR HERE ");
    system("pause");
    }
    the output :

    COLOR HERE


    (red for example)

    Greetings. [[]]

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Since you seem to be using Windows, try this.
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need a programmer [C or C++] for free
    By carlo67 in forum Projects and Job Recruitment
    Replies: 11
    Last Post: 08-24-2007, 05:02 PM
  2. [C# COM development] output by Regasm
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 07-22-2007, 01:12 PM
  3. [C Video Tutorial Collection]
    By Chernobyl in forum C Programming
    Replies: 17
    Last Post: 04-07-2007, 01:24 AM