Skip to content

Daniel-Seifert/native-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native Interfaces setup example

This project contains usage examples of native interfaces in different programming languages. The core setup is a shared c-library that contains all basic code interaction mechanisms (in this case greeting persons). This shared library is on the one hand generated via different programming languages and on the other hand integrated into different programming languages via native interfaces.

To shared library

All subfolders of the to-library folder contain programming examples that produce the shared library.

From shared library

All subfolders of the from-library folder contain programming examples demonstrating how to integrate a shared library via native interfaces.

About

Code samples for language interoperability via native interfaces

Resources

License

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors