8 Matching Annotations
- Apr 2021
-
runestone.academy runestone.academy
-
ActiveCode 6
Gives Error
-
Since defining a class makes a new data type
I don't think I've read that from these readings. Why?
-
-
runestone.academy runestone.academy
-
By creating models of the problem domain
huh?
-
-
runestone.academy runestone.academy
-
Q-4: T/F: It is necessary to have an else statement after an if statement? (Hint: Test it out in the code above)
Tested it out, didn't give me an output
-
-
runestone.academy runestone.academy
-
In C++ the value of each variable is stored directly in memory without the need for either a reference or an object. This makes access faster, but it is one of the reasons we need to declare each variable because different types take differing amounts of space in memory!
maybe
-
false == 0 and true = !false i.e. anything that is not zero and can be converted to a Boolean is not false, thus it must be true.
don't quite get
-
Note that the internally stored values representing true and false are actually 1 and 0 respectively.
maybe
-
-
runestone.academy runestone.academy
-
The double quotes " are used for headers and files not provided by the implementation.
What?
-