TITLE: forward declarations and namespaces (Newsgroups: comp.lang.c++.moderated, 25 Nov 99) PETER BUNS: Peter Buns > > Is it possible to forward declare a class that has been placed in > a namespace? How do you do it? CLAMAGE: Steve Clamage namespace N { class C; } void foo(N::C* cp); _______________________________________________ cpptips mailing list http://cpptips.hyperformix.com