Earlier quoted context omitted.
> Not having that level of depth kinda worries me I see 2 domains where this level of depth matters: - performance (speed, resource consumption) - security If you're not doing one of those, you shouldn't have to care about them, especially if this is your first programming language ever .
And C++ is horrible for security. By default it inherits C's no-checks-at-all, give-me-performance-or-give-me-death mentality.
Whereas with bare C, there is no hope.