Table of Contents
[ fromfile: types.xml id: types ]
Abstract
This chapter seeks to provide a deeper understanding of C++'s strong typing system and shows how expressions are evaluated and converted.
Operators can be thought of as ordinary functions, except that you can call some of them using infix operator symbols (e.g., +
, -
, *
, /
, etc.).
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |