Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
On several occasions, I told you that the object initialization and object assignment are different things in C++. When you are dealing with built-in data types, this distinction is often academic. Consider, for example, the following segment of the client code.
int v = 5; int u = v; // variable u is initialized