简体   繁体   English

我可以用C(不是C ++)编写Windows phone 8应用程序/游戏吗?

[英]Can I write Windows phone 8 apps/games with C (not C++)?

I absolutely love C language, so I want to learn programming Windows phone 8 with it. 我非常喜欢C语言,所以我想学习Windows phone 8的编程。 Does Microsoft support C language (I don't like C++, so please don't include it here)? Microsoft是否支持C语言(我不喜欢C ++,所以请不要在此处包含它)? If not, do you know any mobile platform which supports C. Also please don't include iOS here because I don't have enough money to buy a Mac or iPhone. 如果没有,你知道任何支持C的移动平台吗?另外请不要在这里包含iOS,因为我没有足够的钱购买Mac或iPhone。 Thank a lot. 非常感谢。

You can program for Maemo (Nokia N900), MeeGo, Tizen OS (Samsung (soon to be released)), QNX (BlackBerry Playbook, BlackBerry 10), Ubuntu Touch etc. in C. For Android there is NDK, though that wouldn't be the default choice unless you are build games and such. 您可以在C中为Maemo(诺基亚N900),MeeGo,Tizen OS(三星(即将发布)),QNX(BlackBerry Playbook,BlackBerry 10),Ubuntu Touch等进行编程。对于Android,有NDK,虽然那不会'除非你是构建游戏等,否则它是默认选择。
For Windows Phone, C++ is the default native choice, though you can use C which would be a bit wacky. 对于Windows Phone,C ++是默认的本机选择,尽管你可以使用C,这有点古怪。
References: 参考文献:
Native code for Windows Phone 8 Windows Phone 8的本机代码
Using WinRT from C? 使用C中的WinRT?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM