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.

Linux C++ programming help. Hello I am working on a c++ code,

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 #include #include #include #include using namespace std: void work () double y; double x=3.0; double e-2.0: int i int j for (i-0: i #include #include #include #include using namespace std: void work () double y; double x=3.0; double e-2.0: int i int j for (i-0: i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!