Friday, July 26, 2002


I'm running into a problem with the C++ standard libraries in CodeWarrior 8. I have some code which uses ostrstream to format information about the system and return it as a string. The code works fine in ProjectBuilder, but I now need to build it as a CFM binary. In CodeWarrior ostrstream::str() returns a bad pointer unless I specify a static array when I create the ostrstream object, which I can't do, because I don't know in advance how large it will get, and that won't allow me to dynamically resize it.
11:38:34 AM    Comments []   

More Jaguar 6C106 Features. Here are a few more things I've noticed after using Jaguar 6C106 for a while. [MacMegasite]
10:20:14 AM    Comments []