Pétur Ólafur Aðalgeirsson
Pétur Ólafur Aðalgeirsson
I was running some simulations recently, and discovered that the file upload had broken. I do not remember when I last tried to upload a vote table xlsx file, so...
A few related minor issues in Activity 2.5.2.2., [section 2.5.2.](https://runestone.academy/ns/books/published/cpp4python/AtomicData/AtomicData.html#accessing-values-from-pointers): 1) The question asks what `cout
Toward the end of [section 2.5.2](https://runestone.academy/ns/books/published/cpp4python/AtomicData/AtomicData.html#accessing-values-from-pointers), there is an output demonstration that has gone out of sync with the code that is doing the outputting: > If your compiler does...
In commit https://github.com/pearcej/cpp4python/commit/8ab95eb32145579baafc85ee860784e96d108ab4 the value in the example in section [2.5.1.1.](https://runestone.academy/ns/books/published/cpp4python/AtomicData/AtomicData.html#the-address-of-operator) was changed from `100` to `9`, but the image was not updated accordingly, and still has the value `100`....
Fix a misplacement of a line of code in section 2.5.1.1. # Description Moves a line that was misplaced in https://github.com/pearcej/cpp4python/commit/8ab95eb32145579baafc85ee860784e96d108ab4 back into its proper place. ## Related Issue Fixes...
Section [2.5.1.1. The address-of operator, `&`](https://runestone.academy/ns/books/published/cpp4python/AtomicData/AtomicData.html#the-address-of-operator) includes the following: > The address-of operator `&` does exactly what it indicates, variableType varN; // a variable to hold the value namely it...