Why Could This Be Happening?

Started by
2 comments, last by flangazor 19 years, 5 months ago
I've written my own Doubley Linked-List class, templated of course, but for some reason not all of the member functions show up in the Objects member list. Any ideas why this might happen? The class compiles etc, so no problems there... ace
Advertisement
A recompile perhaps?? If the headers is in stdafx.h( precompiled header) then I can see how the member methods may not show up.

My only other guess is that its being used through an interface, you are using interfaces aren't you:)?? In that case you'd only see the methods declared in the interface.

Just some guesses

Cheers
Chris
CheersChris
Post your source code, and I will try to help you out.
Is this C++?

Is this an IDE issue? Which one?

How do the other posters seem to magically know what you are talking about?

This topic is closed to new replies.

Advertisement