Quote:
Originally Posted by Rick
If I use STL and the warning level is on 4 i get like 1000 warnings...  Also sometimes compile errors appear when using STL with linux :-\
|
Microsoft visual studio 6.0 has known issues with STL. MSVC .NET should be fine.
I compiled my program under gcc 2.95.4 and MSVC .NET 2003 on warning level 4 and no warnings so far. I'm using strings, vecrots, stacks, iterators, file, stream and string buffers ...