myclass *myclassinstance = new myclass;
when I type in
myclassinstance->
no box with the member functions appears.
when I just use
myclass myclassinstance;
i can just use
myclassinstance.
and it works fine.
any ideas. Thanks. BTW I use VC++6. </pre>
InFerN0
Not all who wander are lost...