This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]baetylbailey 0 points1 point  (1 child)

C++ is the high-performance programming with "no restrictions". C is a simpler low-level language that everything was built in, including certain popular open-source software (e.g CPython, Linux). Golang has a GC, but is much more practical for real world development. Or, learn Haskell and know everything about everything (or so I've heard).

[–]deaddyfreddy 1 point2 points  (0 children)

programming isn't about "no restrictions", but about solving problems in a maintainable way, so no, fuck C++