Class test has a member function check which is a cpp program , How can i call that function inside an independent python program. c++ python binding (did not understand it)
            Asked
            
        
        
            Active
            
        
            Viewed 60 times
        
    0
            
            
        - 
                    Start from [here](https://docs.python.org/3/extending/building.html)? – Abdul Niyas P M Feb 26 '20 at 14:09
- 
                    https://stackoverflow.com/questions/145270/calling-c-c-from-python – Artur Kasza Feb 26 '20 at 14:16
- 
                    It could be using RPC call – Seungju Feb 26 '20 at 14:49
- 
                    You can use PyBind11, it has a simple interface. – heapoverflow Feb 26 '20 at 15:21
