Skip to content

apedgaon/ctypes_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is an example of building a (simple) C++ class and interfacing it to Python via ctypes.

Building

To build use: cmake . to build the makefile, and then build with make in the usual way...

Running

To run the demo run: python test.py

About

A simple demonstration of using ctypes to call a C++ class from Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.6%
  • Python 42.9%
  • CMake 7.5%