Jun 20, 2008 #1 karim87 Technical User Jun 20, 2008 1 IR Hi ; Can anyone give me tips or sample codes to acquire hardware specifications , as of Main board , CPU , Hard disk , etc. ? or any other specifications specific to P.C. ? Does it need special header or lib files ? Many Thanks in advance .
Hi ; Can anyone give me tips or sample codes to acquire hardware specifications , as of Main board , CPU , Hard disk , etc. ? or any other specifications specific to P.C. ? Does it need special header or lib files ? Many Thanks in advance .
Jun 20, 2008 #2 cpjust Programmer Sep 23, 2003 2,132 US Since you're asking this on the "C++ Microsoft" forum, I'm assuming you're using Windows? There's a GetSystemInfo() function to get info about the CPU. There's also a bunch of WMI classes to get all kinds of info: http://msdn.microsoft.com/en-us/library/aa389273(VS.85).aspx Upvote 0 Downvote
Since you're asking this on the "C++ Microsoft" forum, I'm assuming you're using Windows? There's a GetSystemInfo() function to get info about the CPU. There's also a bunch of WMI classes to get all kinds of info: http://msdn.microsoft.com/en-us/library/aa389273(VS.85).aspx