On Sat, 22 Dec 2001, Shaul Karl wrote: > My overall impression so far is that the the ability to run substantial > code before main get started is quite problematic. However I am
as well it should be! you are aware, i hope, of the static initializer problem? http://www.codeguru.com/cpp/tic/tic0114.shtml > currently programming only the initialization of my C++ program, which > is why I only encounter difficulties with the initialization of a C++ > program. but why does initialization of your code need to take place before main() begins?? note, if it doesn't, and i'm butting in at the middle of the thread, apologies. -- mulix http://vipe.technion.ac.il/~mulix/ http://syscalltrack.sf.net/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]