Hi guys,

I am using Borland C++ Builder 6.0

I have this statement in my program
Code:
sleep(1000);
with the nesscary header and stuffs but an error is given...

Code:
[C++ Warning] inventory.cpp(76): W8053 'sleep(unsigned int)' is obsolete
What does it mean and how to slove it?