Domanda

I absolutely love C language, so I want to learn programming Windows phone 8 with it. Does Microsoft support C language (I don't like C++, so please don't include it here)? 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. Thank a lot.

È stato utile?

Soluzione

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.
For Windows Phone, C++ is the default native choice, though you can use C which would be a bit wacky.
References:
Native code for Windows Phone 8
Using WinRT from C?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top