Thread: Best colour?

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    67

    Best colour?

    Hi, I have having a hard time for choosing a right color for my programming assignment. So, I think that I should ask for which is a best color combination to display on cmd? I mean what the best colour for text or background work the best? Very thanks you.

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    White on black... and guess what, that's the default.

  3. #3
    Registered User
    Join Date
    Oct 2011
    Posts
    67
    How about green on black? Do you think humans eye will feel more comfortable if look on it compare with white on black?

  4. #4
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by Siaw Ys View Post
    Hi, I have having a hard time for choosing a right color for my programming assignment. So, I think that I should ask for which is a best color combination to display on cmd? I mean what the best colour for text or background work the best? Very thanks you.
    If you aren't going to be submitting HTML pages... you can be sure that you won't convince your teacher to comply with your 'prescribed' settings !
    If you mean for yourself.... my recommendation will be Black on translucent light yellow.

  5. #5
    Registered User mdj441's Avatar
    Join Date
    Aug 2011
    Location
    NYS, USA
    Posts
    18
    If you're talking about
    Code:
    system("COLOR 0A");
    or something like that, I'd leave it default too.

    system() actually executes an external command, which is generally something you should avoid unless you have a REALLY good reason.

    I'd save something like color, etc. for a .bat or .cmd script that the user can at least choose to avoid if they want to. So you could always research/try something like that.

    But even that's pretty silly and wasteful. You're probably much better off focusing on the code itself!

  6. #6
    Registered User
    Join Date
    Nov 2011
    Posts
    13
    leave it like it is ..... For assesements leave always the default colours.

  7. #7
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Siaw Ys View Post
    How about green on black? Do you think humans eye will feel more comfortable if look on it compare with white on black?
    Don't make the too common mistake of favouring form over substance.

    Look at some of the screwball media players out there... all blobby and strange shapes... You KNOW that programmer spent more time on the appearance than the actual function of the player... Look how many websites out there have amazingly beautiful pages but in fact offer literally nothing as worthwhile content... guess what that programmer was concentrating on...

    In business (where most programmers work) it is simply a waste of time to make fancy this or colourful that... you get the code written, get the job done and move on to the next project. The boss doesn't give points for "pretty".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. colour again.....
    By tommy_cgl in forum C++ Programming
    Replies: 2
    Last Post: 03-30-2003, 02:02 PM
  2. colour...
    By tommy_cgl in forum C++ Programming
    Replies: 1
    Last Post: 03-29-2003, 03:34 PM
  3. Replies: 5
    Last Post: 03-01-2003, 04:52 PM
  4. Eye Colour
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 40
    Last Post: 01-06-2003, 11:36 AM
  5. colour
    By moeb in forum C Programming
    Replies: 3
    Last Post: 12-09-2002, 10:54 AM