iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > C++ Support > Deprecation of iostream Library Support > Legacy Support for iostream Output Operators |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Although iostream operators have been deprecated from CHM library objects, to ease maintenance of existing applications, we are still providing header files with these operators. The output streaming operators are now defined in CHMostreamOperator.h and CHMostreamOperatorStd.h. To use these operators in your applications, include CHMostreamOperator.h if you are using the old style C++ iostream library or CHMostreamOperatorStd.h if you are using the new standard C++ iostream library.
|