Re: Console example - WeOnlyDo Discussion board

Re: Console example (General questions)

by Traveller, Sunday, May 26, 2013, 01:10 (3988 days ago) @ wodSupport

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.


Complete thread: