T
The Last Ottoman
Hi, I'm a student in Turkey...
I used sleep() function in my second project, and I included
<windows.h>, <time.h> and <iostream>...
then, the function worked properly...
After a while, my third project is announced,
I needed to use sleep() function, I included the SAME header files
again, but when I use
sleep() function, it does not find the function decleration...
the error is like
sleep , undeclared identifier...
what is the problem ??
I couldn't understand...
I used sleep() function in my second project, and I included
<windows.h>, <time.h> and <iostream>...
then, the function worked properly...
After a while, my third project is announced,
I needed to use sleep() function, I included the SAME header files
again, but when I use
sleep() function, it does not find the function decleration...
the error is like
sleep , undeclared identifier...
what is the problem ??
I couldn't understand...