run : g++ member_init.cpp test.cpp -o test && ./test clean : -rm test *~