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,711
questions
53,063
answers
573
users
Recent questions tagged cpp
1
answer
127
views
How to case insensitive remove specific character from a string in C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
115
views
How to case insensitive check if char exist in a string with C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
121
views
How to check if char exist in a string with C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
108
views
How to make two strings anagram by removing characters in C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
147
views
How to print the characters need to be removed so that two strings become anagram in C++
asked
Sep 27, 2022
by
avibootz
cpp
cpp-characters-removed-two-strings-become-anagram
characters-removed-two-strings-become-anagram
1
answer
129
views
How to count the characters need to be removed so that two strings become anagram in C++
asked
Sep 26, 2022
by
avibootz
cpp
1
answer
129
views
How to find the subarray whose sum is equal to a given number N in C++
asked
Sep 26, 2022
by
avibootz
cpp
1
answer
139
views
How to find the row with maximum number of 1’s in sorted rows binary digits matrix with C++
asked
Sep 24, 2022
by
avibootz
cpp
1
answer
166
views
How to split a string with multiple delimiters in C++
asked
Sep 24, 2022
by
avibootz
cpp
1
answer
106
views
How to convert int to int vector in C++
asked
Sep 22, 2022
by
avibootz
cpp
1
answer
104
views
How to convert int vector to int number in C++
asked
Sep 22, 2022
by
avibootz
cpp
1
answer
105
views
How to find all common elements in given three sorted arrays with C++
asked
Sep 21, 2022
by
avibootz
cpp
1
answer
122
views
How to find all pythagorean triples (a^2 + b^2 = c^2) from an array in C++
asked
Sep 20, 2022
by
avibootz
cpp
1
answer
116
views
How to remove specific character from a string in C++
asked
Sep 20, 2022
by
avibootz
cpp
1
answer
159
views
How to remove specific character from a string by index in C++
asked
Sep 20, 2022
by
avibootz
cpp
1
answer
121
views
How to find two numbers from an array that are just smaller and just greater than N in C++
asked
Sep 19, 2022
by
avibootz
cpp
1
answer
136
views
How to add items to set in C++
asked
Sep 18, 2022
by
avibootz
cpp
1
answer
145
views
How to print the number of substrings with exactly k distinct characters in C++
asked
Sep 18, 2022
by
avibootz
cpp
2
answers
122
views
How to add char to string in C++
asked
Sep 18, 2022
by
avibootz
cpp
1
answer
123
views
What to include to use unordered_map in C++
asked
Sep 17, 2022
by
avibootz
cpp
2
answers
182
views
How to count the number of substrings with exactly k distinct characters in C++
asked
Sep 17, 2022
by
avibootz
cpp
1
answer
96
views
How to print all the duplicates in a string with C++
asked
Sep 17, 2022
by
avibootz
cpp
1
answer
136
views
How to count and print triplets from an array with sum smaller than a given value in C++
asked
Sep 16, 2022
by
avibootz
cpp
1
answer
97
views
How to print a given matrix in spiral form with C++
asked
Sep 12, 2022
by
avibootz
cpp
1
answer
131
views
How to shift vector elements to right by N positions in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
138
views
How to shift array elements to right by N positions in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
111
views
How to shift vector elements to left by N positions in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
151
views
How to shift array elements to left by N positions in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
113
views
How to shift vector elements to right by one position in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
145
views
How to shift array elements to right by one position in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
105
views
How to shift vector elements to left by one position in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
125
views
How to shift array elements to left by one position in C++
asked
Sep 11, 2022
by
avibootz
cpp
1
answer
137
views
How to count the triangles that can be formed using three different elements of an array in C++
asked
Sep 10, 2022
by
avibootz
cpp
2
answers
155
views
How to initialize a vector with zeros in C++
asked
Sep 9, 2022
by
avibootz
cpp
2
answers
146
views
How to rearrange a given sorted array in maximum minimum form with C++
asked
Sep 9, 2022
by
avibootz
cpp
1
answer
126
views
How to check if a string can be rearranged as palindrome in C++
asked
Sep 8, 2022
by
avibootz
cpp
1
answer
125
views
How to find all combinations of three elements in an array whose sum is equal to N in C++
asked
Sep 7, 2022
by
avibootz
cpp
2
answers
168
views
How to break out of nested for loops in C++
asked
Sep 7, 2022
by
avibootz
cpp
1
answer
95
views
How to break from for loop in C++
asked
Sep 7, 2022
by
avibootz
cpp
1
answer
131
views
How to get characters that exists in a given two strings s1 and s2 in C++
asked
Sep 7, 2022
by
avibootz
cpp
1
answer
136
views
How to find the combination of three elements in an array whose sum is equal to N in C++
asked
Sep 5, 2022
by
avibootz
cpp
1
answer
101
views
How to find the first repeated character in a string with C++
asked
Sep 4, 2022
by
avibootz
cpp
1
answer
93
views
How to find all repeating characters in a string with C++
asked
Sep 4, 2022
by
avibootz
cpp
1
answer
111
views
How to find all non repeating characters in a string with C++
asked
Sep 4, 2022
by
avibootz
cpp
2
answers
165
views
How to convert string with numbers to int array in C++
asked
Sep 3, 2022
by
avibootz
cpp
1
answer
123
views
How to sort a vector of numeric strings in descending order with C++
asked
Sep 3, 2022
by
avibootz
cpp
1
answer
154
views
How to sort a vector of numeric strings in ascending order with C++
asked
Sep 2, 2022
by
avibootz
cpp
1
answer
97
views
How to find the second most frequent character in a string with C++
asked
Aug 31, 2022
by
avibootz
cpp
1
answer
109
views
How to find the number occurring an odd number of times in an array with C++
asked
Aug 30, 2022
by
avibootz
cpp
cpp-find-number-occurring-odd-number-of-times-in-array
find-number-occurring-odd-number-of-times-in-array
1
answer
135
views
How to find all elements (leaders) in an array that are greater than all elements to their right in C++
asked
Aug 29, 2022
by
avibootz
cpp
Page:
« prev
1
...
26
27
28
29
30
31
32
33
34
35
36
...
78
next »
...