Free download of Microsoft Visual Studio.Net 2005 (they say it's good through
early Nov. 2006)
Syllabus
Hints
for Reading/Writing Articles
LAB ASSIGNMENTS and
TA Information
Lecture Notes
Topic / Textbook Reading Correlation
Reading is from the textbook: “C++ Programming”
by D. S. Malik
- Chapters 1 and 2, concentrating on Chapter 2; pp 1 -- 91
- Chapter 3 - concentrating on cin with get and getline, cout basics
and file input/output
- NOTE: we will not be using the string data type in this
class. We vary from the book on this topic.
- Chapter 4 - Selection
- Chapter 5 - Repetition. Concentrate on while loops, for loops and
nested control structures.
- Chapters 6 and 7. You should know most of the material (functions)
- the new material here should be reference parameters (skip 339 - 344)
- Chapter 9. One and Two dimensional Arrays.
For those of you interested in trying (at your own risk) a free download
C++ compiler - 2 sources:
- Dev-C++ can be found at: www.bloodshed.net
- Visual C++ 2005 Beta version can be found through: http://lab.msdn.microsoft.com/express/visualc/default.aspx
I stress, your work must still compile and run under Visual Studio.Net
2003 - the official compiler for the class.
fredrick@cse.unr.edu