Mailinglist Archive: opensuse (4288 mails)
| < Previous | Next > |
Re: [SLE] Visual C++
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: 15 May 2002 17:09:44 +0200
- Message-id: <863cwtqwg7.fsf@xxxxxxxxxxxxxxxxx>
Praise <praisetazio@xxxxxxxxxxxxx> writes:
> ... . At first I got only one error: Visual C++ does not know
> anything about <vector.h>, I had to revert to <vector>, then I had a
> growing up number of errors from everywhere.
The original STL from SGI used <vector.h>, the "new" (1998) C++
standard (ISO/IEC 14882) mentions <vector> only.
--
Alexandr.Malusek@xxxxxxxxxx
> ... . At first I got only one error: Visual C++ does not know
> anything about <vector.h>, I had to revert to <vector>, then I had a
> growing up number of errors from everywhere.
The original STL from SGI used <vector.h>, the "new" (1998) C++
standard (ISO/IEC 14882) mentions <vector> only.
--
Alexandr.Malusek@xxxxxxxxxx
| < Previous | Next > |