Name: Andre Le Student ID: 109069441 Class: CSCI 3453 001 Due Date: Feb 14, 2021
Description
This program does two things. The first function is printing out the system's information. The second function is reading and printing out certain values from files found in the proc directory.
Program Structure
Name: Source.cpp The program first uses the uname function and sys/utsname.h to print out system information. Second, the program goes into the proc directory and reads in certain values from certain files. Then, it converts those values from strings to integers for printing.
Platforms
This program was made on Visual Studio and compiled and tested on csegrid.
Status
This program works perfectly on csegrid.ucdenver.pvt.
How to compile
Use the makefile or g++ to compile main.cpp