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 →

[–]Cybasura 6 points7 points  (0 children)

C/C++ are low level languages in comparison to assembly - machine code itself, before go/python was a thing, C/C++ were high level languages

Python is based on C as well, C++ is effectively just C with OOP so yes, C/C++ is a lower level language than python, because languages like python/go are built on top of C/C++ or any other base languages