View Single Post
Re: Using STL in bot ?
Old
  (#3)
koraX
Member
 
koraX's Avatar
 
Status: Offline
Posts: 145
Join Date: Jan 2004
Location: Slovak Republic
Default Re: Using STL in bot ? - 23-07-2004

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 ...


kXBot
koraX's utils
- see my homepage for other projects (OpenGL CSG Editor, FAT16 Sim, NNetwork Sim, ...)
  
Reply With Quote