Link to home
Start Free TrialLog in
Avatar of saidi
saidi

asked on

class wizard

i added a new generic class in my project, but wenn i open the classwizard i see nothing about the new class, and i can not add a member function in classwizard. what is the reason?
Avatar of fstab
fstab

You cannot use Classwizard to add member functions to your generic class. Use the Workspace pane to see a "Classview" of your classes in the project. Right click on any class name - this brings up a popup menu, where you choose to add a member function. Hope this helps.

fstab.
Avatar of saidi

ASKER

i have some example that shows the possibility of use the classwizard to add a member function in a generic class, and you can see the generic class in your class wizard liste.
ASKER CERTIFIED SOLUTION
Avatar of hazman
hazman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial