|
Migration ExamplesConsider the following code using the old CHM stream methods:
Old CHM Code Using Streams This is now equivalently implemented as:
New CHM Code With Out Streams Previously is was possible to stream a CHMerror object to cout:
Old CHMerror Printing Now we must use the Dump() method on the CHMerror object to get a CHMstring, and then get a char* string from the CHMstring.
New CHMerror Printing |