Skip to content

arashnm80/embed-python-in-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • /usr/include/python3.8/ should be added to includePath in c_cpp_properties.json
  • build with g++ main.cpp -o app -I /usr/include/python3.8/ -lpython3.8
  • <curses.h> is a better replacement for <conio.h>
  • a tutorial source: https://www.codeproject.com/Articles/820116/Embedding-Python-program-in-a-C-Cplusplus-code

About

run python code inside c++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published