C++ Primer For Java Programmers
<< | Table of Contents | >> !! Assignments
Assignments in C++ use the the single equal sign (=) as in Java. A variable declared as a specific type can only be assigned a value of the exact same type.
=
<< | Table of Contents | >>