Assignment 1.

  1. Create a new workspace CET4523/<your student number>.
  2. Create a new project under this workspace called HelloWorld.
  3. Create a new C++ source file called main.
  4. Place your logic for displaying the string "hello world" to the screen.
 Source Code for main.cpp.