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