17 Oct
2008
17 Oct
'08
8:15 p.m.
Somehow I need an ordered set.
How to do this?
Any help appreciated.
Peter
#include
::type CFirstSet;
int main(int argc, char **argv) { CFirstSet s; } "The first point (using an init() function in preference to a constructor) is bogus. Using constructors and exception handling is a more general and systematic way of dealing with resource acquisition and initialization errors. This style is a relic of pre-exception C++." -- Stroustrup