Advertisement

using the new operator

Started by December 12, 2000 08:55 PM
-1 comments, last by InFerN0 24 years, 1 month ago
When use the new operatir like

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...    
InFerN0Not all who wander are lost...

This topic is closed to new replies.

Advertisement