|
|
|
|
|
by bigfishrunning
95 days ago
|
|
> C++ has compile-time computation facilities that C has no substitute for. The substitute for this is that C is insanely easy to generate. Do your compile time computation in your build system. OO is also pretty trivial in C -- the Linux kernel is a great example of a program in C that is very Object Oriented. |
|