10 likes | 130 Vues
This week's technology update focuses on C++ programming, highlighting the importance of its extensive libraries that enhance safety, maintenance, and portability. Students are reminded to complete exercises 2.1 and 2.2 by Tuesday if not finished. Exercise 1 involves listing rules for valid identifiers, while exercise 2 challenges students to identify valid identifiers from a given list. Additionally, exercise 4 asks students to name the five main sections of a simple C++ program, reinforcing core principles of the language.
E N D
Technology Today, FYI • FYI: Exercises 2.1 are due Tuesday if you did not finish them Friday (look online) • Technology Today: One the reasons C++ is so popular is that there are many program libraries that enhance the safety, maintenance and portability of systems written in the language. • Complete exercises 2.2 page 40 using the book #’s • 1(page 34) List the rules for forming valid identifiers. • 2 (page 34; table 2.3) Which of the following are valid identifiers? • 4 (page 35) Name the five main sections of a simple C++ program.