Fibre Optic wrote: > Hi, > > i have just written small code, unfortunately during execution i see > message: segmentation fault. How to let the code create dump file under > win32 to be investigated ?
You don't say which g++ in use. If you've an NT based OS then try cygwin. It won't sump core any better but you can run it under 'gdb' and unless it's a catastrophic error, backtrace to it. Hint: if you've got X working then 'ddd' is useful. Almost certainly a pointer problem btw. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus