vector and deque
- From: "Simply_Red" <Simply.Red75@xxxxxxxxx>
- Date: 20 Nov 2006 09:22:11 -0800
what is wrong with this code:
ContoursAX, ContoursAY vectors of double
NewLeftPointsX,NewLeftPointsY deques of double
ContoursAX.insert( ContoursAX.end(), NewLeftPointsX.begin(),
NewLeftPointsX.end() );
ContoursAY.insert( ContoursAY.end(), NewLeftPointsY.begin(),
NewLeftPointsY.end() );
.
- Follow-Ups:
- Re: vector and deque
- From: Alexander Nickolov
- Re: vector and deque
- Prev by Date: Re: passing array fcreated in c++ dll to vb
- Next by Date: Re: vector and deque
- Previous by thread: Re: What type of string can I store in a Vector?
- Next by thread: Re: vector and deque
- Index(es):
Loading