Is it possible to read system info using c++ program ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to read system info using c++ program ?

Simple I'm looking for syntax which gives output like Ram : 4gb HDD : 500gb Processor : i3 intel core something like that. Also if there is any way to read the file which contains information of sytem like system.ini contains all the information about system so can i change that into text file and then represents the information into console by reading that file using fstream.h ?

6th Dec 2016, 1:40 PM
Vipul Walia
Vipul Walia - avatar
1 Answer
+ 1
yes there are file reading commands in c++ here it should be in read mode and text file copy and then close and then show
6th Dec 2016, 7:10 PM
Sandeep Chatterjee