Thread: time counting function

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    113

    time counting function

    Can you tell me how to write a function which counts time..
    or is there any pre defined function like that ?

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Tell you what... rather than spend the next 30 days asking these questions and waiting for answers...

    Why don't you crack a textbook and read up on the language... go through it page by page, do the exercises... learn C.

    And yes there are lots ways of tracking time in C... Look them up in the library documentation that should have come with your compiler.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Counting down real, CPU, Kernel time (PLEASE HELP)!
    By brack in forum C Programming
    Replies: 2
    Last Post: 03-08-2011, 06:24 AM
  2. help with a number counting function
    By deathrattle in forum C Programming
    Replies: 3
    Last Post: 03-10-2009, 05:45 AM
  3. Counting up(and down) using recursive function. Please help.
    By MarkSquall in forum C++ Programming
    Replies: 6
    Last Post: 06-06-2008, 04:26 AM
  4. Counting Num. of Function Executions
    By 0rion in forum C Programming
    Replies: 8
    Last Post: 04-15-2005, 10:22 AM
  5. Counting Up and Down... time/percent
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 08-21-2002, 11:20 PM