Ok, sorry guys if I was mistaken (I told you I am not a prof. programmer).
Also, I wanted to say I was wrong saying that STL makes the programs slower; what I wanted to say was that writting your own templates makes the program slower: most of the compilers (i used Visual C++ 6.0) need to have the decleration + implementation code in the header file (isn't that a reason to make the program slower?). I don't know maybe I did sth wrong then.
