Skip to content
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

Better C++ compatibility #22

Open
xaedes opened this issue Mar 10, 2022 · 0 comments
Open

Better C++ compatibility #22

xaedes opened this issue Mar 10, 2022 · 0 comments

Comments

@xaedes
Copy link

xaedes commented Mar 10, 2022

Right now the header file is "using namespace std". This is considered bad practice, but easy to fix.

Additionally <unistd.h> is used to put the current thread to sleep.
This is not platform independent and can easily be replaced by C++ std library functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant