cpp4python
cpp4python copied to clipboard
Interactive e-book for Python to C++ transition
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...

Across chapter 6, all the embedded Replit active codes are not showing properly in the new version of the book. ## cpp4python 6.4  ## cpp4python-v2 6.4  ## cpp4python...
Not a problem in this book. Likely a problem in Pretext. Need to use a workaround temporarily of setting an initial value for the variable in the ActiveCode window.
First of all this is a great book. Thank you for this resource. Is there a way to get a pdf for this book, so that it can be printed?