Thread: Student asking for help

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    3

    Unhappy Student asking for help

    is it possible to add color to my program by using bloodshed?

  2. #2
    Registered User
    Join Date
    Sep 2003
    Posts
    23
    By bloodshed you mean Dev-C++?
    If you are programming console application under DOS/maybe Win, you can use conio.h and get some colored text. I don't remember details... it was too long ago.

  3. #3
    Registered User Sargnagel's Avatar
    Join Date
    Aug 2002
    Posts
    166
    http://www.adrianxw.dk/SoftwareSite/...Consoles1.html

    The tutorial is for C++, but maybe it helps a little bit.
    Last edited by Sargnagel; 09-18-2003 at 03:19 AM.

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Also some here
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Updating in a sequential file?
    By Ronnyv1 in forum C Programming
    Replies: 1
    Last Post: 03-24-2009, 04:41 PM
  2. Database assignment is Killing me!
    By Boltrig in forum C Programming
    Replies: 2
    Last Post: 11-29-2007, 03:56 AM
  3. LinkList Sorting in C
    By simly01 in forum C Programming
    Replies: 3
    Last Post: 11-25-2002, 01:21 PM
  4. Creating a student grade book-how?
    By Hopelessly confused in forum C Programming
    Replies: 5
    Last Post: 10-03-2002, 08:43 PM
  5. A few tips please...
    By gems in forum C++ Programming
    Replies: 4
    Last Post: 04-11-2002, 02:28 PM