sleep function
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
hi all masters i use sleep(5); in vc++(MFC) but error is that undeclared identifier is there any other way to declare it
p_ wrote:
is there any other way to declare it
Maybe by using the correct function ? Use Sleep instead of sleep
Cédric Moonen Software developer
Charting control [v1.2] -
p_ wrote:
is there any other way to declare it
Maybe by using the correct function ? Use Sleep instead of sleep
Cédric Moonen Software developer
Charting control [v1.2] -
hi all masters i use sleep(5); in vc++(MFC) but error is that undeclared identifier is there any other way to declare it