Lecture overview -- Keyboard shortcut: 'u'  Previous page: User defined types -- Keyboard shortcut: 'p'  Next page: Control structures -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    From C to C++ - slide 20 : 29

Expressions and operators

Expressions and operators in C are well-known

Similar to the means of expression in most other languages in C family

C++ adds three new operators ( .*, ->*, ::) of which the scope operator :: is the most important

( .* and ->* are special operators that binds pointer to members to a particular object )