In my program I need to execute two loops at same time. How can I do that? As windows have multi processing can I too complete two or more processes at same time? Actually I need 3 different timers which will be running simultaneously.
sanyam.mishra -1 Newbie Poster
Recommended Answers
Jump to PostIn turbo C++ 3.0, I've no idea. Could be anything.
If you were using something a bit mroe modern, I'd point you at the C++ 11 threading library, or a standard third-party threading library like pthreads or the Win32 threading libraries.
All 3 Replies
Moschops 683 Practically a Master Poster Featured Poster
sanjulovers -3 Light Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.