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
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
c-array
swift-array
cobol
typescript-string
php-array
javascript-array
vbnet
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
represent-boolean-true-false
different-functions-check-number-power-of-2
get-last-word-string
remove-last-word-string
calculate-surface-area-cuboid
Disclosure:
My content contains affiliate links.
Recent questions tagged cpp
40,706
questions
53,058
answers
573
users
Recent questions tagged cpp
1
answer
165
views
How to use default arguments in function with C++
asked
Apr 5, 2024
by
avibootz
cpp
1
answer
81
views
How to get the kth bit of a number in C++
asked
Apr 3, 2024
by
avibootz
cpp
1
answer
100
views
How to get the lower 8 bits of an int in C++
asked
Apr 2, 2024
by
avibootz
cpp
1
answer
103
views
How to generate random string without repetition in C++
asked
Apr 1, 2024
by
avibootz
cpp
1
answer
164
views
How to find the starting and ending position of a given value in a sorted integer array in C++
asked
Mar 30, 2024
by
avibootz
cpp
1
answer
187
views
How to find the index of Nth occurrence of a character in a string with C++
asked
Mar 28, 2024
by
avibootz
cpp
2
answers
185
views
How to find the length of the second smallest word in a string with C++
asked
Mar 27, 2024
by
avibootz
cpp
1
answer
178
views
How to check if second string a rotated version of first string in C++
asked
Mar 25, 2024
by
avibootz
cpp
1
answer
127
views
How to check if second string is subsequence of first string in C++
asked
Mar 24, 2024
by
avibootz
cpp
2
answers
177
views
How to remove non-duplicate characters from string in C++
asked
Mar 20, 2024
by
avibootz
cpp
1
answer
112
views
How to remove characters from a numeric string such that the string becomes divisible by 8 in C++
asked
Mar 19, 2024
by
avibootz
cpp
1
answer
126
views
How to find the maximum length of concatenated strings from an array of strings with unique characters in C++
asked
Mar 18, 2024
by
avibootz
cpp
2
answers
142
views
How to remove the middle character from a string in C++
asked
Mar 16, 2024
by
avibootz
cpp
2
answers
133
views
How to remove specific characters from a string in C++
asked
Mar 16, 2024
by
avibootz
cpp
1
answer
115
views
How to multiply two numbers using recursion in C++
asked
Mar 15, 2024
by
avibootz
cpp
2
answers
132
views
How to extract the second row of a 2D vector in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
147
views
How to print the second row of a 2D vector in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
104
views
How to print the second row of a matrix of characters in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
104
views
How to sort the rows of a matrix in C++
asked
Mar 15, 2024
by
avibootz
cpp
2
answers
147
views
How to sort columns of a matrix according to a specific row in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
112
views
How to print string using for loop in C++
asked
Mar 14, 2024
by
avibootz
cpp
2
answers
129
views
How to extract capital letters from a string in C++
asked
Mar 14, 2024
by
avibootz
cpp
1
answer
250
views
How to find the total number of combinations of given coins to reach a specific amount in C++
asked
Mar 12, 2024
by
avibootz
cpp
cpp-combination
1
answer
188
views
How to generate all combinations of well-formed N pairs of parentheses in C++
asked
Mar 11, 2024
by
avibootz
cpp
1
answer
115
views
How to check if a string contains only valid parentheses (open close same type (), {}, []) in C++
asked
Mar 9, 2024
by
avibootz
cpp
1
answer
149
views
How to get the number of days needed to wait after a day (arr[I]) gets warmer given an array of temperatures in C++
asked
Mar 8, 2024
by
avibootz
cpp
1
answer
134
views
How to check if the last digit of a number power the total digits equal to the number itself in C++
asked
Mar 7, 2024
by
avibootz
cpp
1
answer
185
views
How to get all letter combinations of a phone number given a string of digits from 2-9 in C++
asked
Mar 4, 2024
by
avibootz
cpp
1
answer
213
views
How to find a path from top-left to bottom right of a grid with a minimum sum of all numbers along the path in C++
asked
Mar 2, 2024
by
avibootz
cpp
cpp-grid
1
answer
151
views
How to replace each repeated letter in a string with one letter in C++
asked
Mar 1, 2024
by
avibootz
cpp
1
answer
299
views
How to calculate the best meeting point given a binary grid where each 1 is a friend home in C++
asked
Mar 1, 2024
by
avibootz
cpp
1
answer
155
views
How to change every letter in a string with the letter following it in the alphabet using C++
asked
Feb 29, 2024
by
avibootz
cpp
1
answer
120
views
How to shift all characters in a string N places up in the ASCII table with C++
asked
Feb 29, 2024
by
avibootz
cpp
1
answer
140
views
How to shift each letter in a string N places up in the alphabet with C++
asked
Feb 29, 2024
by
avibootz
cpp
1
answer
217
views
How to shift letters in a string x times by given a vector of shifts in C++
asked
Feb 27, 2024
by
avibootz
cpp
cpp-shift-letters-string-vector-shifts
shift-letters-string-vector-shifts
1
answer
102
views
How to check if an array is strictly increasing in C++
asked
Feb 26, 2024
by
avibootz
cpp
1
answer
131
views
How to check if an array is strictly decreasing in C++
asked
Feb 26, 2024
by
avibootz
cpp
1
answer
137
views
How to check if an array is not increasing in C++
asked
Feb 26, 2024
by
avibootz
cpp
1
answer
125
views
How to check if an array is not decreasing in C++
asked
Feb 25, 2024
by
avibootz
cpp
1
answer
107
views
How to find the maximum sum of a subarray in C++
asked
Feb 25, 2024
by
avibootz
cpp
1
answer
130
views
How to find the maximum length of a subarray having a sum equal to K in C++
asked
Feb 23, 2024
by
avibootz
cpp
1
answer
122
views
How to implement insertion sort in C++
asked
Feb 23, 2024
by
avibootz
cpp
1
answer
127
views
How to check if an array is monotonic in C++
asked
Feb 22, 2024
by
avibootz
cpp
1
answer
184
views
How to check if an item exists in a set with C++
asked
Feb 20, 2024
by
avibootz
cpp
1
answer
119
views
How to check if an item exists in unordered_set with C++
asked
Feb 20, 2024
by
avibootz
cpp
1
answer
127
views
How to find all the possible rows which are permutations of a given row in a matrix with C++
asked
Feb 20, 2024
by
avibootz
cpp
1
answer
224
views
How to sort a vector in descending order using selection sort with C++
asked
Feb 19, 2024
by
avibootz
cpp
2
answers
123
views
How to find number of elements in an array of strings with C++
asked
Feb 17, 2024
by
avibootz
cpp
1
answer
191
views
How to count strings and integers from an array of strings in C++
asked
Feb 17, 2024
by
avibootz
cpp
1
answer
164
views
How to fill a matrix with prime numbers in C++
asked
Feb 16, 2024
by
avibootz
cpp
Page:
« prev
1
...
15
16
17
18
19
20
21
22
23
24
25
...
78
next »
...