You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
817 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

This is a presentation “How to Call C++ libraries from C++” I first gave at Cppcon in 2014. The slides alone probably arent very readable, but the conference plans to make video available.
I presented a much earlier version of this material at MacHack in 2002. There is a paper “The Nitrogen Manifesto” available for that work at nitric.sourceforge.net.
The source code here is divided into three parts:
main.cpp an example; a simple communication program
Po7 a library that brings (part of) POSIX to C++
PlusPlus a small library for making libraries like Po7
Im releasing all of these into the public domain. I dont expect to do much public support or extension of this code.
Share and enjoy!
—-Lisa Lippincott
September 10, 2014