Hello! I would like to ask how to change compiler settings throught the source code. Especially, I want to make a online contest system to compile my source using C++11 standard. The testing system tells me I should type -std=c++0x or -std=gnu++0x but I have no idea where to write that. Should I use #pragma ? Thank you.