Name: Anonymous 2010-07-16 11:20
a = hello (&world);Or
a = hello(&world);
a = hello (&world);
a = hello(&world);
get_something is unrelated with (p) which has a foo method. I don't like it.get_something (p) .foo ();? ...well, still sucks!