blackmodder Posted April 28, 2016 Posted April 28, 2016 Hi guys, girls! I'm just curios to find out which coding language is used in coding of Windows Operating Systems ! Thank's in advance!
dencorso Posted April 28, 2016 Posted April 28, 2016 C (with some C++ and even less C#), with some Assembler tossed in here and there.
CamTron Posted September 19, 2016 Posted September 19, 2016 There was a page somewhere with a listing of source code filenames for various versions of Windows (presumably grepped from the beta debug versions), though I can't remember where I saw it. Windows, especially the kernel, is written mostly in C, with a few libraries and applications written in C++. WDF is written in C++, but exposes a C API. Windows Vista and higher use C# for the Explorer shell.
Mcinwwl Posted March 20, 2017 Posted March 20, 2017 Additionally, lot of Android code is written in Java.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now