+ 3

How to use Python3 to access C++ function

I want to make function in C++ but use that function by Python

15th Feb 2017, 7:37 AM
Liews Wuttipat
Liews Wuttipat - avatar
1 Antwort
+ 1
You compile your c++ code to a DLL and use the ctypes module to access the functions in the DLL...
17th Feb 2017, 9:22 PM
Minasploit
Minasploit - avatar