| Lecture 2 |
LECTURE 2: Basic facilities, Part 1 Kurt Nørmark |
Page 1 | Basic facilities - in this lecture | Page 16 | Constant References | |
Page 2 | Fundamental types i C++ | Page 17 | Lvalue References versus Pointers | |
Page 3 | Booleans | Page 18 | Parameter passing in C++ | |
Page 4 | Structs in C++ | Page 19 | Rvalue references | |
Page 5 | Declarations and definitions | Page 20 | Value return | |
Page 6 | The structure of a declaration | Page 21 | Three kinds of references | |
Page 7 | Declaring several names together | Page 22 | Lvalue references versus Rvalue references | |
Page 8 | Declarations as statements - declarations in conditions | Page 23 | Deduction of types with auto | |
Page 9 | The general notation of objects in C++ | Page 24 | Deduction of types with decltype | |
Page 10 | Lvalues | Page 25 | Initialization | |
Page 11 | Rvalues | Page 26 | Initialization examples | |
Page 12 | C++ References | Page 27 | C++ ISSUE: Constness | |
Page 13 | References | Page 28 | Constants | |
Page 14 | Rules for references | Page 29 | Point Exercise - C++ versus C# | |
Page 15 | References - Examples |
Generated: Tuesday August 1, 2017, 13:25:38 |