Thread: Sorry for a dumb question.

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    25

    Sorry for a dumb question.

    I am learning C++ right now, and I am using Visual Studio .Net. My question is this, I am trying to find out what functions are available in C++ that I can use for a timer, and ways I can change text color in console apps. My problem is I am not sure where to look. I have tried MSDN libraries, but when I make a search on say timer functions it bring up a bunch of stuff that I don't really understand. Maybe I need to search in a specifc are, but not sure where to go. Any help would be greatly appreciated.

    Thanks a ton,
    Chris

  2. #2
    Here's the standard headers, they contain functions and objects you can use.

    http://msdn.microsoft.com/library/de...eaders_STL.asp
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    81
    That is great information!
    "Our greatest glory consists not in never failing,
    but in rising every time we fall."

    Oliver Goldsmith (1730-1774).
    Anglo-Irish writer, poet and playwright.

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    25
    Yes it is just what I have been looking for, now I need to figure out how to find which area contains functions that deal with text output formatting and timers

    Van

  5. #5
    C++ uses wrappers for old C headers <ctime> is the header for time.h which holds info for timers and such.
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

  6. #6
    Registered User
    Join Date
    Apr 2002
    Posts
    81
    I'm sorry.... just HAVE to say this....

    There are no dumb questions.....
    "Our greatest glory consists not in never failing,
    but in rising every time we fall."

    Oliver Goldsmith (1730-1774).
    Anglo-Irish writer, poet and playwright.

  7. #7
    Registered User
    Join Date
    Jan 2002
    Posts
    25
    Except the ones that say, "Yeah, I have this assignment due tommorow and uh yeah, I don't understand can someone help me write the code"

    Van

  8. #8
    Veni Vidi Vice
    Join Date
    Aug 2001
    Posts
    343
    This isnīt really related to the thread but what is a wrapper???

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. dumb question
    By travis999 in forum C Programming
    Replies: 3
    Last Post: 10-26-2007, 12:57 AM
  2. very dumb question.
    By Blips in forum C++ Programming
    Replies: 14
    Last Post: 11-08-2005, 09:37 AM
  3. Dumb question
    By dragon2309 in forum C Programming
    Replies: 18
    Last Post: 10-29-2005, 03:27 PM
  4. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  5. another dumb question - loop not working?
    By Captain Penguin in forum C++ Programming
    Replies: 8
    Last Post: 10-06-2002, 10:15 PM