How to use Python3 to access C++ function | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 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