cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
how to get system info
how to get system info
Feb 26, 2014 at 2:43am UTC
popa6200
(48)
I am creating a program that would get the system information of of the system, like version #, and determine if the program is compatible. I was wondering if there is any library available for this task?
P.S:I'm using devC++
Popa6200
Feb 26, 2014 at 3:58pm UTC
modoran
(2077)
Yes, there is GetVersionInfoEx() API:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx
Topic archived. No new replies allowed.