Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
html
pascal
dart
ruby
r
css
bootstrap
groovy
sql
win32
mysql
winapi
jquery
lua
winforms
pascal-string
bash
kotlin-string
c-string
swift-string
cpp-string
cpp-vector
f#
opengl
go-string
pascal-array
swift-array
php-string
java-string
c#-string
vbnet-string
python-string
rust-string
c-array
scala-string
php-array
javascript-string
javascript-array
typescript-string
rust-vector
cobol
typescript-array
python-list
scala-array
reactjs
c-windows
kotlin-array
go-array
nodejs-string
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
swift-matrix
c#-matrix
go-slice
c#-array
java-array
nodejs-express
kotlin-matrix
sdl3
angularjs
rust-matrix
go-matrix
typescript-matrix
vbnet-array
kotlin-list
scala-matrix
javascript-matrix
php-matrix
raylib
glfw
vbnet-matrix
python-matrix
java-matrix
scala-list
java-list
javascript-regex
typescript-regex
freeglut
html5
Disclosure:
My content contains affiliate links.
Recent questions tagged CPP-VECTOR
38,741
questions
50,432
answers
573
users
Recent questions tagged CPP-VECTOR
1
answer
22
views
How to find the floor and ceiling of the value N in an unsorted vector with C++
asked
5 days
ago
by
avibootz
cpp
cpp-vector
cpp-floor
cpp-ceil
1
answer
22
views
How to multiply two vectors in C++
asked
Nov 3
by
avibootz
cpp
cpp-vector
4
answers
44
views
How to resize a 2D vector in C++
asked
Oct 23
by
avibootz
cpp
cpp-vector
1
answer
18
views
How to implement the pop_front function to remove the element of a vector in C++
asked
Oct 23
by
avibootz
cpp
cpp-vector
1
answer
27
views
How to add a range of elements of a vector to another vector at a specific position in C++
asked
Oct 18
by
avibootz
cpp
cpp-vector
cpp-range
1
answer
26
views
How to find the sum of three numbers in a vector that is closest to a given value in C++
asked
Oct 11
by
avibootz
cpp
cpp-vector
1
answer
23
views
How to group elements of a vector based on their first occurrence in C++
asked
Oct 10
by
avibootz
cpp
cpp-vector
1
answer
37
views
How to find the smallest letter in a sorted vector that is larger than a given letter in C++
asked
Sep 20
by
avibootz
cpp
cpp-vector
2
answers
39
views
How to find the index of N in a sorted vector if N is not present, return the index where it would be in C++
asked
Sep 20
by
avibootz
cpp
cpp-vector
1
answer
31
views
How to find the two elements in a vector whose sum is closest to zero in C++
asked
Sep 12
by
avibootz
cpp
cpp-vector
1
answer
31
views
How to sort a vector that consists of only 0s and 1s in C++
asked
Sep 1
by
avibootz
cpp
cpp-sort
cpp-vector
1
answer
50
views
How to sort a vector of strings where each string represents a decimal number in C++
asked
Aug 31
by
avibootz
cpp
cpp-vector
cpp-sort
1
answer
43
views
How to find the length of the longest consecutive sequence of an unsorted vector of integers in C++
asked
Aug 18
by
avibootz
cpp
cpp-vector
cpp-consecutive-sequence
cpp-sequence
1
answer
39
views
How to remove a subvector from a vector in C++
asked
Aug 13
by
avibootz
cpp
cpp-vector
cpp-remove
1
answer
52
views
How to get the minimum path sum from top to bottom in a triangle vector with C++
asked
Aug 3
by
avibootz
cpp
cpp-vector
1
answer
49
views
How to create an empty vector of strings in C++
asked
Jul 21
by
avibootz
cpp
cpp-vector
1
answer
49
views
How to filter a vector in-place with C++
asked
Jul 13
by
avibootz
cpp
cpp-vector
cpp-filter
1
answer
50
views
How to create a vector containing all elements that are included in other two vectors in C++
asked
Jul 6
by
avibootz
cpp
cpp-vector
1
answer
41
views
How to sort a vector of repeated integers with C++
asked
Jul 5
by
avibootz
cpp
cpp-sort
cpp-vector
1
answer
42
views
How to increment an integer represented as an integer vector of digits by one in C++
asked
Jul 2
by
avibootz
cpp
cpp-vector
1
answer
47
views
How to allocate a vector of type T with a length of N million in C++
asked
Jul 1
by
avibootz
cpp
cpp-allocation
cpp-vector
1
answer
58
views
How to calculate the sum of squares of a vector of floating-point values in C++
asked
Jun 29
by
avibootz
cpp
cpp-vector
1
answer
47
views
How to print vector elements in groups of 2 with C++
asked
Jun 20
by
avibootz
cpp
cpp-vector
1
answer
53
views
How to multiply all the elements of a vector in C++
asked
Jun 20
by
avibootz
cpp
cpp-vector
1
answer
39
views
How to duplicate a vector in C++
asked
Jun 9
by
avibootz
cpp
cpp-vector
1
answer
35
views
How to copy a vector to unordered_set in C++
asked
Jun 9
by
avibootz
cpp
cpp-vector
cpp-unordered_set
1
answer
66
views
How to find out if an item is present in a std::vector with C++
asked
May 11
by
avibootz
cpp
cpp-vector
2
answers
87
views
How to search insert position of K in a sorted vector with C++
asked
May 10
by
avibootz
cpp
cpp-vector
1
answer
139
views
How to use a vector to create a bitset-like structure in C++
asked
May 6
by
avibootz
cpp
cpp-bitset
cpp-vector
1
answer
78
views
How to pop the first element of a vector in C++
asked
May 1
by
avibootz
cpp
cpp-vector
1
answer
74
views
How to create a vector of dates starting with today and going back the last 30 days in C++
asked
Apr 10
by
avibootz
cpp
cpp-vector
cpp-date
1
answer
79
views
How to create an array of days starting with today and going back the last 30 days in C++
asked
Apr 10
by
avibootz
cpp
php-date
cpp-vector
1
answer
77
views
How to convert a vector of strings to a string in C++
asked
Apr 9
by
avibootz
cpp
cpp-vector
1
answer
78
views
How to generate the Fibonacci sequence into a vector in C++
asked
Apr 7
by
avibootz
cpp
cpp-vector
cpp-fibonacci
1
answer
83
views
How to remove duplicate subvectors from a multi-dimensional vector in C++
asked
Apr 7
by
avibootz
cpp
cpp-vector
1
answer
76
views
How to find the maximum value in a multidimensional vector with C++
asked
Apr 5
by
avibootz
cpp
cpp-vector
1
answer
80
views
How to convert a vector of ints to a vector of strings in C++
asked
Apr 1
by
avibootz
cpp
cpp-vector
1
answer
66
views
How to extract the unique integers from a vector excluding duplicates in C++
asked
Mar 28
by
avibootz
cpp
cpp-vector
1
answer
89
views
How to check whether a vector contains any unique values in C++
asked
Mar 28
by
avibootz
cpp
cpp-vector
1
answer
89
views
How to check whether a vector contains unique values in C++
asked
Mar 28
by
avibootz
cpp
cpp-vector
1
answer
66
views
How to extract the first N integers from a vector to form a unique vector in C++
asked
Mar 28
by
avibootz
cpp
cpp-vector
1
answer
73
views
How to get vector subset in C++
asked
Mar 24
by
avibootz
cpp
cpp-vector
1
answer
53
views
How to sort each row from a two-dimensional vector in C++
asked
Mar 16
by
avibootz
cpp
cpp-vector
1
answer
119
views
How to implement the two sum algorithm to find all two values in vector that add up to target with C++
asked
Jul 17, 2023
by
avibootz
cpp
cpp-vector
2
answers
115
views
How to print 2D vector in C++
asked
Nov 18, 2022
by
avibootz
cpp
cpp-vector
1
answer
167
views
How to find the smallest missing number from an unsorted vector in C++
asked
Nov 22, 2021
by
avibootz
cpp
cpp-vector
4
answers
498
views
How to resize a vector in C++
asked
Apr 10, 2020
by
avibootz
cpp
cpp-vector
cpp-resize
2
answers
228
views
How to convert a string to vector of chars in C++
asked
Jul 11, 2019
by
avibootz
cpp
cpp-string
cpp-vector
To see more, click for the
full list of questions
or
popular tags
.
...