Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

do large c projects reinvent parts of c++?

Name: Anonymous 2012-03-05 20:08

for instance, does the linux kernel "reinvent" some c++-ish idioms?

also, it seems a lot of large projects are in c++. many games, every big name web browser, for instance.

if you were to, say, write chrome in c, would you naturally reinvent parts of c++?

Name: Anonymous 2012-03-06 8:49

>>1
Yes, for example in Linux kernel (written in C) threads are implemented from scratch. In C++ you could just #include <thread>.

Name: Anonymous 2012-03-06 9:37

>>12
I wonder why they don't even use POSIX threads. It's blatant NIH!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List