what's so bad about c++? maybe i'm missing something, but after two years of c, c++ looks very nice.
Name:
Anonymous2007-06-18 3:59 ID:2Zvmge8x
Use only a subset of C++ for maximum clarity. This means no multiple inheritance, use templates sparingly and try to minimize the number of classes your program uses.