loveydoe's status on Saturday, 06-Dec-14 04:35:35 UTC

  1. @techdisk C is, in fact, the predecessor to both C++ and C#, which are both mostly supersets of C. C++ has access to all of C's functionality via the <c*> headers, but has automated garbage collection and an OOP system. I would argue that idiomatic C++ and C# are higher-level than C, and Java is around the same level as idiomatic C#.

    Saturday, 06-Dec-14 04:35:35 UTC from bti in context