Re: Console example (General questions)
Hi kreso
as we know, in C++ using Libraries Lets
us be able to use functions inside them
to do what we want such as:
#include<iostream.h>
#include<Socket.h>
#include<fstream.h>
#include<math.h>
#include<Tim.h>
# .... etc
int main()
{
}
The question was which Library should be
included in a C++ program to Use sleep()
succesfully to work.
Regards.