I have started a program and when I tried to compile ant it throws this warning:
warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
I'm using gcc 4.7 in debian Wheezy programming in c++.
Thanks for reading it ^^