this is what I did,
Code: Select all
g++ -std=c++11 main.cpp -o main.exe -L/include
I know that this is a linking error but I don't know what I did wrong. Does anyone know how to fix this?
Code: Select all
g++ -std=c++11 main.cpp -o main.exe -L/include