|
|
|
 |

June 28th, 2002, 11:26 AM
|
Sergeant
|
|
Join Date: Jan 2001
Location: Finland
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Programming
Yeah, it's C++. The editor is Dev-C++ and compiler is Mingw. Actually the compiler isn't a beta but the editor is.
|

June 28th, 2002, 02:43 PM
|
 |
Sergeant
|
|
Join Date: Jan 2002
Location: New York
Posts: 345
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Programming
I've used Dev-C++ before, but I didn't know it was a beta. Just thought it was a free compiler.
__________________
My granddaddy was a toaster.
|

June 28th, 2002, 02:53 PM
|
Sergeant
|
|
Join Date: Jan 2001
Location: Finland
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Programming
Dev-C++ is a free and open source. I'm using Version 5 with is still a beta. Version 4 is the latest official Version.
|

June 29th, 2002, 04:48 AM
|
 |
Lieutenant Colonel
|
|
Join Date: Jan 2002
Location: Dundas, Ontario, Canada
Posts: 1,498
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Programming
Gees wish I could help but thanks for that Last line "There must be something terribly wrong with your code. Please fix it." That's just freeking hillareous!!!! 
|

July 3rd, 2002, 09:08 AM
|
 |
Captain
|
|
Join Date: Jan 2001
Location: Texas
Posts: 830
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Programming
Several years ago, I remember experimenting with a library of C++ code called the Standard Template Library which implements code for a container class called a Vector. At that time, I don't believe most compilers automatically supported the Standard Template Library and you had to separately download the STL and include it in your library path when you built your programs.
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.
If I were you, I would do google searches using the name of the compiler with phrases such as either STL or Standard Template Library and see if the compiler supports the STL. Alternatively, you could do internet searches for the STL and see if it is possible to download it and such.
|

July 3rd, 2002, 09:46 PM
|
Private
|
|
Join Date: Nov 2001
Location: NJ, USA
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|