Cursor c; // The compiler thinks we want the global Cursor foo::Cursor c2; // So we have to use foo::Cursor everywhere we want to use our class. }</pre><BR><BR>It sure would have been nice if a using ...