cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
function calls
function calls
Jun 21, 2009 at 3:06pm UTC
lekaimadh
(13)
How can you call 2 void functions in the same time.
I'm trying to use this for recursive call.
Jun 21, 2009 at 3:31pm UTC
Bazzy
(6281)
If you want multiple functions to be called at the same time, you should create a thread for each function
http://www.cplusplus.com/forum/general/12018/
Topic archived. No new replies allowed.