Use the instruction on Learning Materials to download and install a C++ compiler/IDE. If you use Windows, the recommended one is Dev C++ (Open file: Installing Dev C++). If you use Mac OS, you may try TextWrangler (Open file: Installing TextWrangler - Mac C++). The instruction to run an example Open file: Dev C++ - Hello World for Windows or Open file: TextWrangler Mac - Hello World for Mac OS.
In this assignment, create your first C++ application, and print Hello Class to the console. You may use the sample code ( Open file: Unit 1 Sample Codeâ ) as the template. Use the following steps to guide your work:
- Create a new C++ empty project titled "CS104_IP1_YourName" in Eclipse.
- Print Hello Class to Standard Output.
- Compile the application.
- Run the application to demonstrate a working program.
- Take screenshots to show your code, successful compile, and successful run. Click herefor how to make a screenshot on a PC or here on a Mac.
- Insert the screenshots into a Word document.
Finally, save your Word document as yourname_IP1.docx. Click the âEditâ button on this submission node to submit the saved document.