CSCI 1300 Lab 2 correction
Monday, January 29th, 2007The reference to page 36 in the textbook in problem 6 should actually refer to the entire section 2.2, on pages 34-36.
The reference to page 36 in the textbook in problem 6 should actually refer to the entire section 2.2, on pages 34-36.
Blue Screen Of Death
http://www.levenez.com/lang/history.html
Click Here
I’ve added the data representation conversion tables for binary< ->octal conversions, binary< ->hexadecimal conversions, and powers of 2 to the CSCI 1300 course library, under the Unit References. It’s a PDF document, so everyone should be able to view and print out a copy for their use and reference.
Since my brain is very, very firmly entrenched in top-down, structured program design, I figured I’d do a little reading on why object oriented programming is better, or different or desirable, etc. Anyway, I came across this wikipedia article about common constructs in object oriented programming (i.e. Design Patterns.) Some of them [...]