vault backup: 2025-03-14 14:36:05

Affected files:
20.01. Programming/Prompting.md
This commit is contained in:
2025-03-14 14:36:05 +08:00
parent 3e958a454a
commit bbca7e8acb

View File

@@ -9,5 +9,11 @@ description:
# docstring # docstring
Add docstring in English to each classes and functions. Add docstring in English to each classes and functions.
# swig 教學文
閱讀 https://www.swig.org/ 這個網站,寫一篇教學文,教導如何使用 swig 這個工具來將 C++ library 包裝成 Python library。
教學要從簡單到進階,每一階段都要給出範例與解說。
範例建立一個 C++ 的 class分3階段將這個class複雜化並用 swig 建立 Python library。
# 參考來源 # 參考來源