Tuesday, December 11, 2018

Fall 2018 Final Exam Notes

1 comment:

Note taker said...

50 questions,
46 multiple
3 true false
1 blank
48% calculations

Try to use C++ shell, don't want to be using visual studio on a time frame

Starting ch 1
Page. 6 to 9 definition about compiler and preprocessor
C++ came from C
Chapter 2
Assignments and data types
What values can be held
Page. 43, models addition and subtraction
Bookmark page 50 and 51 type-cast
page 69 Incrementer and decrementer. What is the difference with A++ and ++A
A++
B = A, A = A+1
C in C out how the brackets work together
Page 75. “\n”
Page 130 - 138. Get functions, keep functions, ignore, putback
Page 145-147 Know fixed and showpoint operators.
Page 153 Fill and set width on
Chapter 4
If and else
Page 200 and 201
Silent killer = or ==
Page 227 Switch structure
Chapter 5
Understand the three loops. For, do while, while (just the 3) up to page 298
Page 309 Do while
Chapter 6
Void and value return. Know the difference.
Return statements, what can you pass back. Page 356 at the bottom
363 (if a , is present, last value will return.)
Chapter 7
Enums. Illegal types. 468 starting at Enum definition to page 478
Page 493. Dealing with string types.
Page 503 Substrings . Look at the examples
Chapter 8
Page 528, basic reading and printing of single dimension array
Page 553 goes into C strings. Talks about funny Character at the end of strings.
Page 564 Define and load two dimensional array
Page 568 good examples on read and wright two dimensional arrays.
Chapter 9
Page 617 - 618 how to handle structs
Page 623 structs in arrays
Chapter 10
Page 654 how to define a class (what's the difference between struct and class)
Page 671 constructors
Page 685 differences between struct and class

https://docs.google.com/document/d/1CxNOib1lNbgzPt7G_EM4gsRg3MetnbN8W7SSBlK5wK4/edit?usp=sharing