Re: vector and deque
- From: "Simply_Red" <Simply.Red75@xxxxxxxxx>
- Date: 20 Nov 2006 10:23:52 -0800
i'm using VC6, and i have compile error
Alexander Nickolov a écrit :
Nothing wrong syntactically, and at a first glance it's
correct semantically as well (matching iterators and such).
What did you expect it to do that it doesn't?
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
"Simply_Red" <Simply.Red75@xxxxxxxxx> wrote in message
news:1164043331.735978.244720@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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
- References:
- vector and deque
- From: Simply_Red
- Re: vector and deque
- From: Alexander Nickolov
- vector and deque
- Prev by Date: Re: vector and deque
- Next by Date: Re: vector and deque
- Previous by thread: Re: vector and deque
- Next by thread: Re: vector and deque
- Index(es):
Relevant Pages
|