Thread: Screen display

  1. #1
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640

    Screen display

    Could anyone help me in screen displays? For instance, how would I print yellow text on a blue background? How could I print text to the screen when the user presses a key but also keep the same text(like a menu) on the bottom of the screen? How could I print over text on the screen then reprint what used to be there? Anyone know of some tutorials specific to this topic? Thanks
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

  2. #2
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    there are the textcolors/textbkcolor functions in c++, check 'em out plus for specific text location try the gotoxy().

    hope this is what you want
    -

  3. #3
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640
    Well, could you give me more info? Like what libraries I need to lookup or possibly what functions? Where can I check out this info?
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux Problem Screen Resoultion
    By Matus in forum Tech Board
    Replies: 1
    Last Post: 01-29-2009, 04:39 PM
  2. output display in screen required
    By imagetvr in forum C++ Programming
    Replies: 9
    Last Post: 08-19-2008, 09:55 PM
  3. Updating display on screen?
    By shadow1515 in forum C Programming
    Replies: 2
    Last Post: 06-06-2008, 10:24 AM
  4. Converting from Screen to World Coordinates
    By DavidP in forum Game Programming
    Replies: 9
    Last Post: 05-11-2004, 12:51 PM
  5. Output to screen display issues
    By spazjr01 in forum C++ Programming
    Replies: 3
    Last Post: 12-16-2002, 05:45 PM