class abc
{
public:
virtual ~abc() {}
static void operator delete(void*);
};
int main(int argc, char *argv[])
{
abc _a;
return 0;
}
tcyge 0 Newbie Poster
ithelp 757 Posting Virtuoso Banned
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
tcyge 0 Newbie Poster
vijayan121 1,152 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.