BITS pause functionality

S

sumit

Hi everyone,

I am implementing the download manger using VC 6 with the help of
bits.h.
But i am not getting how to pause the download.. Can anybody plz
provide me the way of how to implement it.. A code snippet will do

Thanks
sumit
 
V

Victor Bazarov

sumit said:
I am implementing the download manger using VC 6 with the help of
bits.h.
But i am not getting how to pause the download.. Can anybody plz
provide me the way of how to implement it.. A code snippet will do

What's "bits.h"? If that's something specific to VC6, ask about it
in the VC++ newsgroup. If that's something specific to your platform,
ask in the platform newsgroup. If it's a product by itself, contact
the tech support or customer service for a programming manual.

"Download" sounds like something network-related. C++ *language*
has no means for networking. And when it comes to pausing a C++
program, there is only one built-in method: a long tight loop:

for (int i = 0; i < somelargevalue; ++i) ;

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top