Difference between revisions of "C++ Wrapper"
Jump to navigation
Jump to search
m (C++ Port moved to C++ Wrapper: Port will be read as a move of the main body of code into another language/environment, which this isnt.) |
|||
Line 1: | Line 1: | ||
− | This is a class for interfacing with the qmclilib library. It should make it easier to interface when using C++, as it converts C++ strings into C strings and calls the appropriate function in qmclilib. | + | This is a class for interfacing with the qmclilib library. It should make it easier to interface when using C++, as it converts C++ strings into C strings and calls the appropriate function in qmclilib. Note. These files are licensed under GPL version 3, whilst the Ladybridge OpenQM release is under 2 (or optionally later). |
[http://gpl.openqm.com/wiki/images/b/b9/Libqm%2B%2B.h libqm++.h] | [http://gpl.openqm.com/wiki/images/b/b9/Libqm%2B%2B.h libqm++.h] | ||
[http://gpl.openqm.com/wiki/images/2/27/Libqm%2B%2B.cpp libqm++.cpp] | [http://gpl.openqm.com/wiki/images/2/27/Libqm%2B%2B.cpp libqm++.cpp] |
Revision as of 13:31, 7 December 2008
This is a class for interfacing with the qmclilib library. It should make it easier to interface when using C++, as it converts C++ strings into C strings and calls the appropriate function in qmclilib. Note. These files are licensed under GPL version 3, whilst the Ladybridge OpenQM release is under 2 (or optionally later).