i write an ANSI C program that run many tasks
i need to run a scheduler that interrupt the running process each 1second for example and run a certain program and after finishing it return back to continue the previously interrupted scheduler.
i use only ANSI c,not c++,for a project constraint,and compiler c++ builder 6 ,under windows 7 environment
i need to run a scheduler that interrupt the running process each 1second for example and run a certain program and after finishing it return back to continue the previously interrupted scheduler.
i use only ANSI c,not c++,for a project constraint,and compiler c++ builder 6 ,under windows 7 environment
Comment