Skip to content

ahgperrin/python_cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_cpp

Exemple d'utilisation d'un composant en python Utilise pybind11 apres git clone, faire:

cd python_cpp
git submodule init
git submodule update

Pour compiler

cd hello
make

Pour utiliser

python3
>>> import hello_component
>>> hello_component.greet()
'hello, world'
>>> hello_component.getVersion()
'1.0'
>>> 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 55.8%
  • C++ 44.2%