Did you download the STL header files + their .dll or .lib files(if needed) any way a simple solution is to put the downloaded folder in a folder called STL for example in the include folder and use the following preprocessor #include <STL/vector> and so on
Good Luck On Wed, May 19, 2010 at 9:40 PM, tonka <[email protected]> wrote: > i am currently using microsoft visual C++ 6.0 and last night i > downloaded the standard template library which i found quite helpful > after reading in a website. but the problem is that some of the header > files in the STL are also present in the include folder of VC++ like > vector, dequeue etc. So do i replace these with the ones that are in > the downloaded STL folder or do i keep both. I tried keeping both but > when i compile it says that there are multiple declarations. there are > also some header files in the STL folder that are not present in the VC > ++. Moreover the files that are common in both don't contain the same > thing in them - so which one to keep? i would really like the pros to > advise here. > thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-code%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > > -- Regards, Abdelrhman.M. Abotaleb IEEE 2010 Student Chapter, AC Active member SPE 2009 Well Services Moderator cairo.spe.org Major: Electronics & Communications Minor: Computer Engineering -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
