- or download this
use Inline CPP;
use Inline CPP => Config => MYEXTLIB => 'my path/test.o';
...
cout<<"myget() is ok\n";
return 2;
}
- or download this
# include <iostream>
using namespace std;
...
double get();
};
- or download this
#include "test.h"<br>
<code>
...
cout<<"Test::get() is ok\n";
return 5;
}