Question: Linux C++ programming help. Hello I am working on a c++ code, I am working using comman /proc/uptime I need to get values stored into
Linux C++ programming help.
Hello I am working on a c++ code, I am working using comman "/proc/uptime" I need to get values stored into variables and was unsure how. Here is my code below.

I need to store my time into variable for calculations such as these:
programTotalTime = endTotalTime - beginTotalTime;
programIdleTime = endIdleTime - beginIdleTime;
programWorkTime = programTotalTime - programIdleTime;
How would I do this?
include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
