User profile: pcej

User info
User name:pcej
History
Joined:
Number of posts:8
Latest posts:

LNK 2019 problem
I have never used "inline". Where should I add it ? I've edited vector.cpp, but it's still not work...

LNK 2019 problem
I'm trying to implement Vector with templates but, I've got a problem with linker. What did I wrong ...

STL: set with map usage
do I need any overloaded operator<? why ? I was told set is able to compare maps(or other stl contai...

STL: set with map usage
Edited

STL: set with map usage
[code]int countNext( map<position, bool> p, test t){ set < map <position, bool> > container; cont...