If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Function question for C++

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-25-03, 20:09
siphon siphon is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Function question for C++

I'm still a noob to C++ but I do need a little help that isn't in the book. I have a function that I want to call another function but after a certain amount of time. Is this possible and if so, I do I do it?

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 07-28-03, 12:40
sachinkatak sachinkatak is offline
Registered User
 
Join Date: Jul 2003
Location: USA
Posts: 2
Re: Function question for C++

There are various ways in which u can do this.

1. By using threads u can do that, there are various libraries available with which u can do that.

2. using sleep or wait type of function you can wait for certain amount of time and call the function after that.

It all depends upon on under what context or platform you are trying to do and on net you wil find lots of examples if u search with those keywords.
Bye
Sachin

Quote:
Originally posted by siphon
I'm still a noob to C++ but I do need a little help that isn't in the book. I have a function that I want to call another function but after a certain amount of time. Is this possible and if so, I do I do it?

Thanks in advance.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On