Name: Anonymous 2011-12-20 17:03
I'm looking for a platform independent library in c++ to get system specs, getting the monitor's stats would be the most important thing though.
Thank you.
Thank you.
string getmonitorstats(){string stats;
cout<<("what is you're monitors stats: ")
; cin>>(stats) ; return(stats) ;}