C++ Primer For Java Programmers


Assignments And Expressions

<< | 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.

(:source lang=cpp:)

Literals

Mathematical Operators

Constant Declarations


<< | Table of Contents | >>

Print - Changes - Search
Last modified: April 27, 2007, at 04:33 PM.