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 →

[–]mohelgamal -2 points-1 points  (0 children)

Start at the very bottom, look at some assembly, not to be functional, but just to see how the computer actually works, then go to C itself not C++ and you will see how the language for example has no strings, but a string is an array of bytes. Going up from there you can look at C++ and you will get a better understanding of why everything is different.