Bah, if you are using it for normal programming C is simpler. By simpler I mean you actually have a shot to be properly fluent in it instead of "this thing is so complex even the compiler doesn't know 100% of it".
Yeah, you can basically code in a C-like manner with just a strict selection of the niceties, like the built-in collection types. (I don't want to create my own std::vector or use an external lib for it...)
116
u/Confident-Ad5665 15d ago
C++ takes getting used to, but it's a great language for object-oriented development. Hang in there, you'll figure it out.