CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2002
    Location
    Bangalore, South India
    Posts
    11

    Question Periodic Function

    Hello,
    Can any one tell me how to write a Function(Periodic ) that should trigger itself after a pre specified time in C / C++.
    Than K U Guys
    NithinDas

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    This is OS specific: not part of C/C++. What OS are you using?
    Succinct is verbose for terse

  3. #3
    Join Date
    Aug 2002
    Location
    Bangalore, South India
    Posts
    11

    Question Periodic function

    Mr Cup,

    Thanks for showing interest in the querry.
    It is into Linux Operating System.
    Implemented using c++.

    Reg,
    NithinDas
    NithinDas

  4. #4
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    Have a look at
    SIGALRM
    Succinct is verbose for terse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured