Hi! I'm currently trying to recreate my own version of CPUID's CPUz. Howewver, I'm unsure of how to implement this into my code...I tried using the system() call but then that shows this:
'1' is not recognized as an internal or external command,
operable program or batch file.
1
Can anyone show me how it can display the value "1" without showing the other stuff?
'1' is not recognized as an internal or external command,
operable program or batch file.
1
Can anyone show me how it can display the value "1" without showing the other stuff?
Comment