|
This program is a com service program.. i so new in com service n c++, especially the thread.. huh!.. headache...
In the program, have 2 task..
1. check file existing, if the file exist, do some process then clear the contain of the file..
2. Get data send from client program, then save to database
The checking can be done every 30 minutes, Is there got timer in C++? use timer better or Thread better ?
Time so short for me... :-(
|