How to proceed to get CPU usage or disk usage of application using API in C++???
I want to get the highest CPU usage or disk usage among the application running on windows. I have tried to find out API but there is no direct API for that. Can anyone please let me know how to proceed for this in C++.