Thread: flashing text in c++

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    51

    flashing text in c++

    i have seen many ways to do this in c but c ++ is a different story, every time i get errors, saying undeclared identifier, could someone post a way to work ( oh and please make known the header file! thanks )

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    51
    im using XP and Msvc 6.0

  3. #3
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Um, what's the code?
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  4. #4
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    can somebody post a way to fix "undeclared identifier"?
    Sure. Declare the identifier not that hard, just go "(typename) (variablename);" somewhere before the code, and it'll fix the errors, except it probably won't do what you want.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    417
    I think I might have a file that lets blinking text work, I'm not sure... I'll have to look into it Monday.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Text adventure engine idea. thoughts?
    By suzakugaiden in forum Game Programming
    Replies: 16
    Last Post: 01-15-2006, 05:13 AM
  2. Appending text to an edit control
    By dit6a9 in forum Windows Programming
    Replies: 3
    Last Post: 08-13-2004, 09:52 PM
  3. Text positioning and Text scrolling
    By RealityFusion in forum C++ Programming
    Replies: 3
    Last Post: 08-13-2004, 12:35 AM
  4. Scrolling The Text
    By GaPe in forum C Programming
    Replies: 3
    Last Post: 07-14-2002, 04:33 PM
  5. Replies: 1
    Last Post: 07-13-2002, 05:45 PM