问题
How i get the cpu of one process (by its id or som thing like that...) using c++ lang.
回答1:
One of ways: Monitoring CPU and disk utilization of a single program
来源:https://stackoverflow.com/questions/3014377/getting-cpu-usage-of-one-process-using-c-win32