Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名 C 程序员,我想知道 win32 api 是否与 windows 8 兼容,如果我使用 win32 api 编写 C 程序,它是否可以在 windows 8 上运行?如果它不起作用,我应该使用什么 api?谢谢。
如果您希望您的 API 在 Win8 上的桌面安装上非常简单地工作,那么是的,它可能会工作 - 但无论如何您都应该测试它。
如果您希望您的 API 成为 Win8 市场应用程序,那么恐怕您将不得不使用 C# 或 C++。