Why so different from VC++ 6? =( Microsoft broke my heart.
Name:
Anonymous2006-06-26 14:11
Well it's generally considered a bad practice to have C with classes, even though that's all what we want. You can mimic the constructor and destructor idea in C with free functions. See http//en.wikiboo/... for an example.