Saylor.org's C++ Programming/Introduction and Set Up

Upon successful completion of this unit, students will be able to:

  • Describe the basic history of C++.
  • Set up a NetBeans IDE for a simple C++ project.
  • Create and compile a simple C++ program.
  • Use cout and cin objects effectively.
  • Declare and use variables.
  • Use conditional and iteration structures in C++.
  • Define and use simple functions.