You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: