Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question for the C++ gurus
Message
From
12/05/2000 12:54:18
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00368531
Message ID:
00369135
Views:
11
Dont forget the destructor!
Class Foo
{
Public
Foo Foo();// default constructor
Void ~foo(); /* default destructor, in the actaul call, free up all resiources used by the class , basicly undo the constructor*/
}
Previous
Reply
Map
View

Click here to load this message in the networking platform