Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milkcocoa0902/dll_test


https://github.com/milkcocoa0902/dll_test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

### dynamic link library compilation

` $ clang++ -o libmath.so -shared math.cxx `

### main program compilation
` $ clang++ -o math use_math_dll.cxx -ldl`