Check Windows version

前端 未结 7 1667
梦如初夏
梦如初夏 2020-12-09 15:34

How I can check in C++ if Windows version installed on computer is Windows Vista and higher (Windows 7)?

相关标签:
7条回答
  • 2020-12-09 16:18

    I think you're looking for the GetVersionEx function.

    0 讨论(0)
提交回复
热议问题