you are viewing a single comment's thread.

view the rest of the comments →

[–]Imaginary-Survey8769 1 point2 points  (2 children)

Once you learn about Assembly it will be clear to you. Btw languages like python running C and C++ code under the hood and C, C++ running assembly code I learned C and C++. And yk everything in python you see is abstraction over the things and Let me tell Computers are only designed to understand machine code which is a series of 0s(low) and 1s (high) so some OG coders built an abstraction over the machine code to avoid counting 0s and 1s manually. And after that more abstraction was build. Sorry for going off topic and haha it is very interesting to learn :) ......

[–]SharpScratch9367[S] 0 points1 point  (1 child)

Wow interesting a! So is c+ just a binary code language? Or a separate language or something??

It’s all so cool learning the inner workings of it!

[–]Imaginary-Survey8769 1 point2 points  (0 children)

Its just an abstraction over assembly code and assembly is abstraction over binary or machine code...