Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milkcocoa0902/dll_test
https://github.com/milkcocoa0902/dll_test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/milkcocoa0902/dll_test
- Owner: milkcocoa0902
- Created: 2019-11-20T01:06:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T01:07:05.000Z (about 5 years ago)
- Last Synced: 2023-11-23T16:25:26.885Z (about 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`