PCX icon indicating copy to clipboard operation
PCX copied to clipboard

Python scripts to create XML from Clang's AST of C/C++ source code

Results 2 PCX issues
Sort by recently updated
recently updated
newest added

I was just wondering how you solved this problem given that many drivers, myself included, use sunglasses

I used this to compile the C++ code, still it doesnt compile `g++ -std=c++11 -O3 -I.. dlib/dlib/all/source.cpp -lpthread -lX11 -I /usr/include/x86_64-linux-gnu/ -L /usr/lib/x86_64-linux-gnu/ -lopencv_core -lopencv_highgui -lopencv_videoio sleep_detection.cpp` ERROR ====> ```...