Skip to content

Cross-language library - use a library from many programming languages

Notifications You must be signed in to change notification settings

bbarekas/my-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-lib

Build

cd lib
mkdir build
cmake ..
make

This builds everything.

Under lib/examples there are some examples

  • c_example.c: Example C program that consumes library calls.

  • cpp_example.cpp: Example C++ program that consumes library calls.

  • consumer.cpp: Example C++ program from https://caiorss.github.io/C-Cpp-Notes/passing-lambda.html.

  • cpp_callback.cpp: Example C++ program showcasing calling C++ Lambdas and classic functions as callbacks.

About

Cross-language library - use a library from many programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages