2 Nov
2002
2 Nov
'02
10:45 a.m.
My version of C++ builder does not pause to let me see console output. This makes it difficult to use boost/test while I am running the program from the IDE. The solution I found most useful, is to make the last test wait for the user to press enter. If anyone has solved this a different way, I would like to hear about it.
Add a breakpoint at the end of main? John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm