[bigint] (std namespace in Borland C++ 5.02)

Matt McCutchen <matt at mattmccutchen.net>
Tue Jul 8 07:31:19 PDT 2008


On Fri, 2008-06-27 at 22:33 +0800, andy - wrote:
> oya, now if i change *.cc extension into *.cpp and *.hh into *.h
> the error message become like this

> Error:  BIGINTEGERUTILS.H(29,13):'ostream' is not a member of 'std'
> [...]
> Error:  sample1.cpp(54,12):'cout' is not a member of 'std'
> Error:  sample1.cpp(54,31):'endl' is not a member of 'std'
> [...]

I Googled for "Borland C++ 5.02 std" and found this page:

http://mc-computing.com/languages/Console_C++/iostream.html

which says that Borland C++ 5.02 doesn't implement the "std" namespace.
Just delete all occurrences of "std::" from the library code.

Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://mattmccutchen.net/mailman/archives/bigint/attachments/20080708/a209c39a/attachment.pgp>


More information about the bigint mailing list