Example Code
class foo
{
explicit foo( char* name );
};
Was this helpful?