Hacker News new | ask | show | jobs
by munin 4763 days ago
If you read the WRK, ntoskrnl is all C...
1 comments

Or a C++ subset in the near future, if the BUILD 2012 remark is true.
and most of all extern "C", possibly no exceptions, no RTTI, no global new/delete, etc. - e.g. "embedded"-C++ like (only guessing).
Most likely yes.