Skip to content

An example of calling a python function from C++

Notifications You must be signed in to change notification settings

fu-bo/c_call_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Python Api

An example of calling a python function from C++

Build

mkdir build
cd build
cmake ..
make

Run

Try to call a Python funtion from C++. In folder build, run the following.

./c_call_py_main

About

An example of calling a python function from C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published