![]() ![]() |
![]() ![]() ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description:
An over-simplified version of <iostream> Metrowerk's C++ in BeOS DR8 does not have iostream. In BEOS PR version, Metrowerk's C++ does have iostream, but you need to buy the full version of the compiler (and linker) to use them. So my hack is of use under BEOS PR, too. By including this file, you get almost complete iostream functionality. That is, your code may contain something like int d; double f; cout << "Enter two numbers" << endl; cin >> d >> f; cout << "The numbers are " << d << " and " << f << endl; and it *will* work (with this iostream included), without _any_ changes in your code... Made at a Be Dev kitchen on Dec 13, 1996 (in 5 minutes). Tested under BeOS PR: it works. Mirror Download Sites:
If you have any questions about the information provided for a specific application, please e-mail the author. If you have any questions about the BeWare pages themselves, though, feel free to e-mail webmaster@be.com. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright © 1999 by Be, Inc. All rights reserved. Legal information (includes icon usage info). Comments, questions, or confessions about our site? Please write the Webmaster. |