|
 Originally Posted by chemist
If you say:
int x = 5;
x = x + 3
Then you are talking in a high level programming language.
The CPU would not understand anything, it would need an interpreter* or a compiler.
*(this may sound like an analogy but it is actually an application for an interpeted programming language)

I knew that... at some point... I keep forgetting how far away I am from a programming language that I actually understand.
That's the point of the thread, though.
 Originally Posted by chemist
This was immensely helpful, thanks for the link.
|