Poster | Thread |
miksuh
| |
Re: STLport C++ library for OS4 Posted on 23-Aug-2004 16:27:09
| | [ #1 ] |
|
|
|
Cult Member |
Joined: 10-Mar-2003 Posts: 731
From: Espoo, Finland | | |
|
| Well done I think C++ programmers will like that. |
|
Status: Offline |
|
|
shoe
| |
Re: STLport C++ library for OS4 Posted on 23-Aug-2004 17:19:58
| | [ #2 ] |
|
|
|
Super Member |
Joined: 14-Sep-2003 Posts: 1585
From: Gothenburg, Sweden | | |
|
| |
Status: Offline |
|
|
SlimJim
| |
Re: STLport C++ library for OS4 Posted on 23-Aug-2004 18:38:38
| | [ #3 ] |
|
|
|
Cult Member |
Joined: 9-Mar-2003 Posts: 693
From: Uppsala, Sweden | | |
|
| Very nice!
This is the kind of work we need! Good work Ssolie! . SlimJim |
|
Status: Offline |
|
|
Geomol
| |
Re: STLport C++ library for OS4 Posted on 24-Aug-2004 10:23:21
| | [ #4 ] |
|
|
|
Regular Member |
Joined: 19-May-2003 Posts: 214
From: Denmark | | |
|
| Well done!
I look forward to trying this out, when I get my AmigaOne. I plan to order it very soon, now that I've done with my examen.
/John. |
|
Status: Offline |
|
|
Serpi
| |
Re: STLport C++ library for OS4 Posted on 24-Aug-2004 11:33:12
| | [ #5 ] |
|
|
|
Cult Member |
Joined: 31-Jul-2003 Posts: 547
From: Germany | | |
|
| Sorry for my stupidity, but what is STLport? I understand that it's some (link-)library, maybe usefull for developers, but the homepage gives about zero information what kind of functions it includes?! Could someone give me a short summary about STLport?
Ciao, Alfred |
|
Status: Offline |
|
|
ssolie
| |
Re: STLport C++ library for OS4 Posted on 24-Aug-2004 14:27:07
| | [ #6 ] |
|
|
|
Elite Member |
Joined: 10-Mar-2003 Posts: 2755
From: Alberta, Canada | | |
|
| @Serpi If you have to ask what STLport is you probably don't need it.
Some background in C++ is required to understand what is going on. The C++ programming language consists of two main parts. First, there is the C++ language itself which includes keywords, language constructs, etc. Second, there is the C++ Standard Library which contains hundreds of routines including containers, algorithms, locale, iostreams, complex numbers, etc. The C++ Standard Library also contains the C library.
STLport is meant to replace the C++ Standard Library included with your compiler by building upon the C library (in this case, clib2).
Note that the term "STL" is obsolete in modern C++. The Standard Template Library is only a portion of the entire C++ Standard Library. STLport refers to the entire C++ Standard Library despite its rather confusing name. _________________ ExecSG Team Lead
|
|
Status: Offline |
|
|
Serpi
| |
Re: STLport C++ library for OS4 Posted on 25-Aug-2004 9:34:38
| | [ #7 ] |
|
|
|
Cult Member |
Joined: 31-Jul-2003 Posts: 547
From: Germany | | |
|
| @ssolie
Ah, thank you, now I understood
Ciao, Alfred |
|
Status: Offline |
|
|