Difference between revisions of "Notes ISC-4304"

Line 25: Line 25:
 
*Additional Material on const correctness and operator overloading [http://courses.cms.caltech.edu/cs11/material/cpp/donnie/cpp-ops.html operator instructions]; [https://isocpp.org/wiki/faq/const-correctness Const-correctness]
 
*Additional Material on const correctness and operator overloading [http://courses.cms.caltech.edu/cs11/material/cpp/donnie/cpp-ops.html operator instructions]; [https://isocpp.org/wiki/faq/const-correctness Const-correctness]
 
* [[Media:isc4304boost_python1S2017.pdf| Lecture 19 Boost-Python March 30]] Installation of Boost-Python from scratch and trial of a simple example C++/python program ( [http://peterbeerli.com/classdata/ISC4304/codes Example code is in the codes section under boost_1unix.zip]); we will also look at [http://mrbook.org/blog/tutorials/make/ MrBook's stuff on Makefiles]  
 
* [[Media:isc4304boost_python1S2017.pdf| Lecture 19 Boost-Python March 30]] Installation of Boost-Python from scratch and trial of a simple example C++/python program ( [http://peterbeerli.com/classdata/ISC4304/codes Example code is in the codes section under boost_1unix.zip]); we will also look at [http://mrbook.org/blog/tutorials/make/ MrBook's stuff on Makefiles]  
 +
*[[Media:isc4304boost_python2.pdf| Lecture 20 Boost-Python ]]
 +
*[[Media:isc4304cython_bradshaw.pdf| Lecture 21 Cython April  11]] [http://peterbeerli.com/classdata/ISC4304/codes/cython_integration.zip Example Codes]
 +
*Lecture 22 Cython versus Boost April 13 [http://peterbeerli.com/classdata/ISC4304/codes/deathmatch_boost_cython.zip Deathmatch_boost_cython]
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 07:39, 13 April 2017

( Syllabus Classnotes Homework Lab Resources Fun)


Peterteaching.jpg


(for Spring semester 2017)



Old slides