Thread: Simple Question

  1. #1
    Unregistered
    Guest

    Simple Question

    Hello...

    I was wondering how you get text to blink in C++...

    Thanks
    Lane

  2. #2
    Registered User programmer's Avatar
    Join Date
    Oct 2001
    Posts
    22
    Here read this thread .. you will get the idea.
    http://www.cprogramming.com/cboard/s...ighlight=blink

  3. #3
    Registered User jasrajva's Avatar
    Join Date
    Oct 2001
    Posts
    99
    the simplest way would be to use the
    graphics.h lib
    you have gotoxy to place your text
    and more fns(look them up in yourmanual)
    to change foreground and background colors
    you can either alternate the fg/bg colors
    jv

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple question regarding variables
    By Flakster in forum C++ Programming
    Replies: 10
    Last Post: 05-18-2005, 08:10 PM
  2. Simple class question
    By 99atlantic in forum C++ Programming
    Replies: 6
    Last Post: 04-20-2005, 11:41 PM
  3. Simple question about pausing program
    By Noid in forum C Programming
    Replies: 14
    Last Post: 04-02-2005, 09:46 AM
  4. simple question.
    By InvariantLoop in forum Windows Programming
    Replies: 4
    Last Post: 01-31-2005, 12:15 PM
  5. simple fgets question
    By theweirdo in forum C Programming
    Replies: 7
    Last Post: 01-27-2002, 06:58 PM