Froggy Jumps Data TypesVersión en línea Lecture 2 por Raymond Joseph Meimban 1 Low-level access to memory Language constructs close to machine instructions Used as a “machine-independent assembler” a C b C++ c java 2 Systems programming Object-oriented programming (classes & inheritance) Programming-in-the-large (namespaces, exceptions) Generic programming (templates) Reuse (large class & template libraries) a C b C++ c java 3 endl stands for a end lane b end line c end low 4 It increment by 1 and use the new value a ++a b a++ c a 5 use the value of a then increment a by 1 a ++a b a++ c a