$ cat a.cpp enum materials { wood, steel, glass, shit }; int main() { return true; } int foo() { return false; } int bar (materials a) { return a+1; } $ g++ -W -Wall a.cpp $
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject
no subject
no subject
$ g++ -W -Wall a.cpp
$
внутрь a.cpp!!
no subject
$ g++ --std==c++0x