Why can't I appreciate C++ like I appreciate C ??
For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Adedapo -
Kai RΓΆder -
JLarky -
Lloyd Rivers -
Top comments (3)
C++ compilers and the standard template library are like helicopter parents; it's their way or the highway. C merely exposes the functionality of a hardware platform in a non-judgemental way. libc (C's standard library) provides minimally wrapped access to OS kernel calls, as well as providing a set of functions which address common problems. libc does not address graphics - you must use some other library for that.
I can't appreciate C++ because it takes me 5X as long to write the same application in C++ as it does in C.
You can try this:
youtube.com/channel/UCWe_os3p4z3DB...
I'd like to focus only on C but I get skeptical about what my future would be as a programmer!