C++ Wrapper: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Updated a couple of broken links. |
||
| (One intermediate revision by one other user not shown) | |||
| 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. | ||
[http:// | [http://www.scarletdme.org/wiki/images/b/b9/Libqm%2B%2B.h libqm++.h] | ||
[http:// | [http://www.scarletdme.org/wiki/images/2/27/Libqm%2B%2B.cpp libqm++.cpp] | ||
Latest revision as of 15:03, 21 August 2009
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.