|
-
December 7th, 2011, 06:55 PM
#12
Re: adding to vector of vector<int>, check if element already present
 Originally Posted by LMHmedchem
I am having some issues compiling. I am getting the following error,
The code I posted compiles successfully in Comeau C++ and Visual Studio 2010.
Where are these lines?
Code:
typedef std::vector<int> IntVect;
typedef std::vector<IntVect> IntVect2D;
I used typedefs, because it's easier to deal with rather than those long definitions.
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|