Hello,
I would appreciate a link to a list of standard C++ libraries.
I have an extremely old compiler (I still have to use iostream.h), and would like to be able to port to different platforms.
Thanks in advance.
Cheers!
This is a discussion on Standard C++ library within the C++ Programming forums, part of the General Programming Boards category; Hello, I would appreciate a link to a list of standard C++ libraries. I have an extremely old compiler (I ...
Hello,
I would appreciate a link to a list of standard C++ libraries.
I have an extremely old compiler (I still have to use iostream.h), and would like to be able to port to different platforms.
Thanks in advance.
Cheers!
why dont you download bloodshed devc++ its a free updated compiler. there website is bloodshed.com if im not mistaked
C++ Rules!!!!
------------
Microsoft Visual Studio .NET Enterprise
Its www.bloodshed.netOriginally posted by gamer4life687
why dont you download bloodshed devc++ its a free updated compiler. there website is bloodshed.com if im not mistaked
www.cplusplus.com has a good reference to standard libraries, excluding the STL.
or you could update your current compiler...i.e. mingw, borland, etc.