DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
how to concatenate two vectors in c++
vector
<
int
>
a
,
b
;
//fill with data
b
.
insert
(
b
.
end
(
)
,
a
.
begin
(
)
,
a
.
end
(
)
)
;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#concatenate
#vectors
ADD COMMENT
Topic
COMMENT
Name
3+3 =
Submit