Monday, July 30, 2018

Notes for Final Exam Summer 2018

1 comment:

Anonymous said...

fill in the blanks - look up definition!
loops!
int ch doubles!
doubles vs ints!
doub;e chekc loop cycles
remeber the diff between = and ==;
declaring variables and declaration!
defining arrays!!! 534 - 535; arrays as parameters and constants
how to and / or comparisons
define infiles - ch 3!!!
know your functions
void functions 378p - 379p
how cin works
string functions
diff b/w for and while and do {} while
diff b/w structs and classes
arithmetic operators
relational operators
increments and decrements p.43
p124 - p125 cin and extractor
peaks putback functions
p. 145
150p setwidth
fill function
p. 195 if else statements
207 p. compund statement vs simple statement
nots 199p.
p.222 set and silent killer
conditional operator 223p
loops: while, do {} while, and for ch 5.
switch and select
understanding functional prototype 335p
parameters for function prototypes
rules of the return keyword. 363p
enums 469
reference parameters 390p
472 increment through enums
500p find function( how they output)
564; declaring multi dim arrays;
567 - 569 array manip with loops/ multi arrays
assignment of structs 617 - 618
comparisons of structs what you cabn an canot compare 619
652 class assignments
656 uml class diagram
671 constructors
681 destructors
685 diff b/w structs and classes