Subj : Re: Borland C++ 5.02 and STL To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Sat Jun 28 2003 03:33 pm Borland C++ 5.02 was the last version of that compiler and was released in 1997. The STL support it provides is as STL was in 1997 and is for 32 bit programs. Yes, it accepts #include . OWL came with BC++ 5.02 so you should have documentation from 1997. OwlNext is the continuation of OWL. The site for OwlNext is: http://owlnext.sourceforge.net/ No, you cannot find a tutorial on using the VCL with Borland C++ 5.02. Borland C++ uses OWL. It did not come with and does not support the VCL. The VCL is part of C++ Builder, the current compiler. There are many tutorials on using the VCL with C++ Builder. Read the one which comes with the compiler or use a search engine to find some of them. You can identify C++ Builder newsgroups by the word 'cppbuilder' in their name. .. Ed > Agent Mulder wrote in message > news:3efdbe6c@newsgroups.borland.com... > > 1. I wonder if C++ version 5.02 fully > or at least reasonably supports the > Standard Template Library. Including > new style headers like > instead of . > > 2. I am looking for a platform to develop > Windows applications. I have documentation > about OWL from 1994. Will that be any good? > > 3. Can I find a tutorial on programming with the > VCL from the command line? I need > examples and references but cannot find > the appropriate download links on the > Borland pages. .