Skip to content

Ziyi6/ctypes_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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++ 51.1%
  • Python 42.3%
  • CMake 6.6%