C++: Difference between revisions

From LPTMS Wiki
Jump to navigation Jump to search
mNo edit summary
Line 12: Line 12:
* [[Using a hashmap]]
* [[Using a hashmap]]
* [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]]

Revision as of 15:06, 27 September 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