They're not part of the C++ standard library. Look in the Borland
specific documentation.
AFAIK Borland's compiler is only for Windows, this implies that your
platform is Windows. Therefore, the function you are looking for is
probably the Windows API function Sleep(). See documentation here:
http://msdn.microsoft.com/en-us/library/ms686298(VS.85).aspx
HTH,
Jason
Thanks, Yes, I am programming in a command window under WinXP. The link
above seems like it might provide my answer. Thanks again.