Possible Duplicate:
The Definitive C++ Book Guide and List
I have a basic knowledge of C++, but I am not a Computer Science major. I was looking for a good book for beginners that explains what happens to the code once I click compile or build.
Specifically I am trying to make sense of terms like objects, building, compiling, linking. I have tried searching Google but not sure if I am searching for the right thing.
In short, any book / article that explains what happens from the point I click 'build' to the point an exe is generated is most welcome.
Best Regards