Nov 4, 2012 at 11:45pm Nov 4, 2012 at 11:45pm UTC
I need to know how to get the following information about my computer using c++
1. How to get the computers current volume
2. Check if the computers connected to the internet and if so how
3. The computers available and total ram
4. The cpu usage
5. The computers brightness
Last edited on Nov 4, 2012 at 11:48pm Nov 4, 2012 at 11:48pm UTC
Nov 5, 2012 at 5:44am Nov 5, 2012 at 5:44am UTC
i think u can do 2 with sfml. theres probably a library for the others google it
Nov 5, 2012 at 11:04am Nov 5, 2012 at 11:04am UTC
yeah but what i really cant find and need help with is the ram and cpu info
Nov 5, 2012 at 4:27pm Nov 5, 2012 at 4:27pm UTC
Also note that brightness is not a property of the computer but of the monitor.
You could also look up some of this data using WMI.
Nov 6, 2012 at 1:44am Nov 6, 2012 at 1:44am UTC
i mean the volume of the speakers
Nov 6, 2012 at 5:09am Nov 6, 2012 at 5:09am UTC
Last edited on Nov 6, 2012 at 5:22am Nov 6, 2012 at 5:22am UTC
Nov 8, 2012 at 5:06pm Nov 8, 2012 at 5:06pm UTC
could you give me an example using those apis