how to call a c++ file from python without using any of the spam bindings?
- by mekasperasky
i have this encryption algorithm written in C++ , but the values that has to be encrypted are being taken input and stored in a file by a python program . Thus how can i call this c++ program from python?