diff options
Diffstat (limited to 'C++_from_the_Ground/Chapter_12(1).ipynb')
-rw-r--r-- | C++_from_the_Ground/Chapter_12(1).ipynb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/C++_from_the_Ground/Chapter_12(1).ipynb b/C++_from_the_Ground/Chapter_12(1).ipynb index f92ff06c..a29c9b4d 100644 --- a/C++_from_the_Ground/Chapter_12(1).ipynb +++ b/C++_from_the_Ground/Chapter_12(1).ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:16b30eb675083837fc31b76aa8f3c6bd5549baef25d739f4f8bead7d865cbcbf" + "signature": "sha256:0b4a52abc3f3246965d1e59241352e867e78e448510ae25e91b7d38dc4dcc202" }, "nbformat": 3, "nbformat_minor": 0, @@ -555,8 +555,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Passing objects by reference'''\n", - "\n", + " \n", "from ctypes import *\n", "class myclass:\n", " def __init__(self,i):\n", @@ -653,7 +652,7 @@ "collapsed": false, "input": [ "\n", - "#\n", + "\n", "class sample:\n", " __s=None\n", " def __init__(self):\n", |