22/07/2013

C++ Programming

What is C++ ? Why do you have to learn about C++ ? What will you do with C++ ?

As all of us know.. Computer is incredibly fast. Now let's go behind the scene. What makes computers fast? Well, maybe there are some slow computers out there, but that's just show us today's computers are faster than the last ten years' computers. Computer needs instruction to do tasks. But it can't just listen to what we say and read what we write. It needs specific languages. Now see, it doesn't read c++ directly either.

Then, what the heck?

A computer’s CPU can't speak the C++ language. The very limited set of instructions that a CPU understands is called machine code, or machine language, or an instruction set.

We'll continue with the introduction on the next post... Goodnight.

No comments:

Post a Comment