We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project is listed as a C based source and its C++
The text was updated successfully, but these errors were encountered:
yes, and I got error when I tried to compile this project
➜ fast_ring_queue git:(master) make g++ -g -o ring_test main.c -lpthread -fpermissive clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] main.c:79:22: error: array 'new' cannot have initialization arguments Ring_Queue *queue = new Ring_Queue[THREAD_NUM](LOOP_SIZE,sizeof(DATA_TYPE)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [ring_example] Error 1
Sorry, something went wrong.
No branches or pull requests
This project is listed as a C based source and its C++
The text was updated successfully, but these errors were encountered: