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
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
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
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged CPP
39,988
questions
51,933
answers
573
users
Recent questions tagged CPP
2
answers
126
views
How to remove specific characters from a string in C++
asked
Mar 16, 2024
by
avibootz
cpp
1
answer
108
views
How to multiply two numbers using recursion in C++
asked
Mar 15, 2024
by
avibootz
cpp
2
answers
116
views
How to extract the second row of a 2D vector in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
123
views
How to print the second row of a 2D vector in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
89
views
How to print the second row of a matrix of characters in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
98
views
How to sort the rows of a matrix in C++
asked
Mar 15, 2024
by
avibootz
cpp
2
answers
141
views
How to sort columns of a matrix according to a specific row in C++
asked
Mar 15, 2024
by
avibootz
cpp
1
answer
104
views
How to print string using for loop in C++
asked
Mar 14, 2024
by
avibootz
cpp
2
answers
120
views
How to extract capital letters from a string in C++
asked
Mar 14, 2024
by
avibootz
cpp
1
answer
203
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
148
views
How to generate all combinations of well-formed N pairs of parentheses in C++
asked
Mar 11, 2024
by
avibootz
cpp
1
answer
106
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
115
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
118
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
168
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
201
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
125
views
How to replace each repeated letter in a string with one letter in C++
asked
Mar 1, 2024
by
avibootz
cpp
1
answer
271
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
140
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
110
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
124
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
181
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
92
views
How to check if an array is strictly increasing in C++
asked
Feb 26, 2024
by
avibootz
cpp
1
answer
118
views
How to check if an array is strictly decreasing in C++
asked
Feb 26, 2024
by
avibootz
cpp
1
answer
120
views
How to check if an array is not increasing in C++
asked
Feb 26, 2024
by
avibootz
cpp
1
answer
113
views
How to check if an array is not decreasing in C++
asked
Feb 25, 2024
by
avibootz
cpp
1
answer
98
views
How to find the maximum sum of a subarray in C++
asked
Feb 25, 2024
by
avibootz
cpp
1
answer
118
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
106
views
How to implement insertion sort in C++
asked
Feb 23, 2024
by
avibootz
cpp
1
answer
112
views
How to check if an array is monotonic in C++
asked
Feb 22, 2024
by
avibootz
cpp
1
answer
160
views
How to check if an item exists in a set with C++
asked
Feb 20, 2024
by
avibootz
cpp
1
answer
93
views
How to check if an item exists in unordered_set with C++
asked
Feb 20, 2024
by
avibootz
cpp
1
answer
113
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
173
views
How to sort a vector in descending order using selection sort with C++
asked
Feb 19, 2024
by
avibootz
cpp
2
answers
114
views
How to find number of elements in an array of strings with C++
asked
Feb 17, 2024
by
avibootz
cpp
1
answer
152
views
How to count strings and integers from an array of strings in C++
asked
Feb 17, 2024
by
avibootz
cpp
1
answer
139
views
How to fill a matrix with prime numbers in C++
asked
Feb 16, 2024
by
avibootz
cpp
1
answer
146
views
How to decrypt string from a string containing digits (0-9) and # by using numbers mapping in C++
asked
Feb 13, 2024
by
avibootz
cpp
1
answer
154
views
How to find elements that appear more than array_size/K times in an array with C++
asked
Feb 10, 2024
by
avibootz
cpp
2
answers
124
views
How to remove duplicates from a string in C++
asked
Feb 9, 2024
by
avibootz
cpp
1
answer
153
views
How to check if a number is a repdigit number (a natural number composed of repeated digits) in C++
asked
Feb 7, 2024
by
avibootz
cpp
1
answer
127
views
What is the equivalent of Python set(string) in C++
asked
Feb 7, 2024
by
avibootz
cpp
1
answer
124
views
How to find hamming distance (number of bits in the same position that differs in two numbers) in C++
asked
Feb 5, 2024
by
avibootz
cpp
2
answers
136
views
How to implement the FizzBuzz program in C++
asked
Feb 4, 2024
by
avibootz
cpp
cpp-fizzbuzz
2
answers
134
views
How to select N reservoir items randomly from an array in C++
asked
Feb 3, 2024
by
avibootz
cpp
1
answer
150
views
How to pick 2 random elements from an array in C++
asked
Feb 3, 2024
by
avibootz
cpp
1
answer
138
views
How to check if a number is composed of a pair of duplicate digits next to each other in C++
asked
Jan 31, 2024
by
avibootz
cpp
1
answer
148
views
How to check if a number has at least one pair of duplicate digits next to each other in C++
asked
Jan 31, 2024
by
avibootz
cpp
1
answer
108
views
How to check if a number and its double contain exactly the same digits in C++
asked
Jan 29, 2024
by
avibootz
cpp
1
answer
167
views
How to check if a double variable contains an integer and not a floating point in C++
asked
Jan 29, 2024
by
avibootz
cpp
Page:
« prev
1
...
14
15
16
17
18
19
20
21
22
23
24
...
77
next »
...