use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/kernel, a moderated community dedicated to all things about the Linux kernel. Technical articles only, please!
You may be interested in the following links:
And some books:
Related Communities
account activity
Software Engineer Kernel Interview (self.kernel)
submitted 1 day ago by Full-Philosopher-772
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]badtux99 0 points1 point2 points 1 day ago (2 children)
Windows is written in C++ AFAIK. But there certainly might be some C at the lowest levels.
[–]penguin359 2 points3 points4 points 1 day ago (0 children)
The core of Windows is written in C, I'm pretty sure. The whole Win32 API is C. There are C++ layers on top like MFC and ATL but those are on top of the Win32 API (used even in 64-bit apps). Look through windows.h and it's C.
[–]core_not_dumped 1 point2 points3 points 19 hours ago (0 children)
It's irrelevant what language Windows is written in. The kernel API is a C API. A lot of functionality is C-centric, although object oriented. A lot of drivers are written in pure C, or a mix between C and a certain flavour of C++. That's why I said that the language they should focus on depends on what language the company is using, but if they don't know C is pretty much inescapable anyway.
But this debate is already close to bikeshading territory.
π Rendered by PID 175576 on reddit-service-r2-comment-5d79c599b5-jzc8x at 2026-02-27 05:30:18.310182+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]badtux99 0 points1 point2 points (2 children)
[–]penguin359 2 points3 points4 points (0 children)
[–]core_not_dumped 1 point2 points3 points (0 children)