e-Picture

Be Developers:
Put your banner here!



iostream.h

(Development)

Version: 1.0
By: Oleg Kiselyov
E-mail: oleg@pobox.com
Web page: Available
Release Date: Available Now
Info Last Modified: 1/28/98
Requires BeOS version: R4 PPC, R3 PPC
License: Freeware
Cost: 0
Source Available?: Yes

R3-PPC Download (1K kb)
R4-PPC Download (1K kb)



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:
Mirror Name R3-PPC R4-PPC
Be Europe Mirror PPC PPC
Austria Mirror PPC PPC
Australia Mirror PPC PPC
Germany Mirror (UUNet) PPC PPC
Japan Mirror #1 PPC PPC
Japan Mirror #2 (Nagoya) PPC PPC
UK Mirror PPC PPC
US Mirror #1 (UIUC) PPC PPC
US Mirror #2 (cdrom.com) PPC PPC



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.