Thread: OT: Programming
View Single Post
  #12  
Old July 3rd, 2002, 09:46 PM

Mysterial Mysterial is offline
Private
 
Join Date: Nov 2001
Location: NJ, USA
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Mysterial is on a distinguished road
Default Re: OT: Programming

Quote:
Originally posted by raynor:

I haven't done anything with C++ recently. But I thought they added the Standard Template Library to the official language specification. But again, I could be wrong since I've been using other Languages including Borland Delphi more recently.
I think they did add it to the latest Version of GCC (Versions 3.0 and later) However, I don't know if it was added to mingw or not.

Zarix: I do suggest trying the latest official Version (Version 4). It is possible that the beta is using a different Version of mingw, and if that different Version of mingw is based on a Version of GCC > 3.0, it's buggy to all hell, which could explain the weird errors.

If you really don't want to switch Versions, send me or post somewhere the code to the program and tell what libraries it uses and I'll take a look.
Reply With Quote