-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add C++ examples for ctypes #213
Conversation
Hi! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
|
||
if __name__ == "__main__": | ||
libname = pathlib.Path().absolute() | ||
print("libname: ", libname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good addition! nice
Cool, LGTM :) @jima80525 Do we need to make any updates to the article before I merge this or is this just a bonus added to the |
@dbader - it changes the output slightly (by adding a |
Where to put new files:
my-awesome-article
How to merge your changes: