ENGR 14 and MATH 14 - C++ Programming
Course Description:
Algorithm design, logic diagrams, problem-solving, coding, and debugging are emphasized using a structured language such as C++.
See the Lecture Slides in PDF form.
Your Readings are listed on the Schedule in the right column. Homework is the Postlab and Prelab due on Thursday, listed on the Schedule.
*For Example, Homework for Week 1 is: Read Chapter 1 and Chapter 2; Watch Chapt 1 video Notes; Get the software on your home computer. These Readings should be completed by Tuesday. ALSO: Prelab due: Lab 1 which is due Thursday, Jan 28th at the beginning of class.
Running your C++ Programs: In order to run your programs the minimum software that you will need is a text editor, to write the program, and a compiler, which will turn your text into machine language that the computer will understand.
You can use any text editor, including the standard Notepad that comes with your computer. But of course they make better text editors, specifically for writing C++ programs. These text editors are called IDE’s, which stands for Integrated Development Environment.
2 good, free, IDE/Compilers for C++ Developers are Developer C++ and CodeBlocks. These are easy to use, the links to download this software are as follows:
Compiler and IDE: http://www.bloodshed.net/devcpp.html
A Portable Version of DevC++: http://sourceforge.net/projects/devcpp-portable/
Another Compiler and IDE: http://www.codeblocks.org/
A Portable Version of CodeBlocks: http://portableapps.com/node/18671
Our Books Website:
Book Website: http://www.aw-bc.com/savitch/