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
when i do 'clang++ main.cpp -std=c++1z -Wno-gnu-string-literal-operator-template -D COMMAND -o tetris ; ./tetris' , there are many compile errors. And I do it in Ubuntu 14.04, clang 3.8.0. Is it the problem of my compiler or os?
when i do 'clang++ main.cpp -std=c++1z -Wno-gnu-string-literal-operator-template -D COMMAND -o tetris ; ./tetris' , there are many compile errors. And I do it in Ubuntu 14.04, clang 3.8.0. Is it the problem of my compiler or os?