C++: Difference between revisions

From LPTMS Wiki
Jump to navigation Jump to search
mNo edit summary
Line 13: Line 13:
* [http://wwwasd.web.cern.ch/wwwasd/cernlib/cfortran.html Interfacing C/C++ and Fortran]
* [http://wwwasd.web.cern.ch/wwwasd/cernlib/cfortran.html Interfacing C/C++ and Fortran]
* [[pointer to member function]]
* [[pointer to member function]]
* [http://www.boost.org/doc/libs/release/libs/python/doc interfacing C++ and Python]

Revision as of 09:20, 7 October 2011

Reference websites

Pointers handling

pointers are not always easy to handle, particularly for destruction, memory management... There exists some solutions provided by boost

Miscellaneous