Advertisement

msvc global namespace problem

Started by March 14, 2001 03:33 AM
1 comment, last by gimp 23 years, 10 months ago
I think I might have a problem with the global namespace or perhaps the way MSVC is configured. I have created a class called CArray. However when I do this MyArray. my list of members doesn''t appear, some other list does. (An no I''m not including anything that would do this...I think). Is this some kind of default I can turn off?
Chris Brodie
CArray is already defined by MFC. It''s in the aftempl.h header file. Even if you don''t include it, you might be including a class that is including it. Pick a different name for your class.
Advertisement
Or use a namespace

This topic is closed to new replies.

Advertisement