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
1
answer
89
views
How to calculate the area of a triangle in C++
asked
Nov 14, 2022
by
avibootz
cpp
1
answer
87
views
How to print the palindrome words in a string with C++
asked
Nov 12, 2022
by
avibootz
cpp
1
answer
79
views
How to find the size of the largest word in a string with C++
asked
Nov 12, 2022
by
avibootz
cpp
1
answer
65
views
How to find the smallest word in a string with C++
asked
Nov 11, 2022
by
avibootz
cpp
1
answer
65
views
How to find the size of the smallest word in a string with C++
asked
Nov 11, 2022
by
avibootz
cpp
3
answers
138
views
How to remove alphabets from an alphanumeric string in C++
asked
Nov 10, 2022
by
avibootz
cpp
1
answer
98
views
How to get first letter of each word in a string with C++
asked
Nov 9, 2022
by
avibootz
cpp
1
answer
81
views
How to remove the first character of each word from a string in C++
asked
Nov 9, 2022
by
avibootz
cpp
1
answer
73
views
How to check whether a triangle is equilateral, isosceles or scalene in C++
asked
Nov 7, 2022
by
avibootz
cpp
1
answer
143
views
How to sort array into zig zag pattern (a < b > c < d > e < f > g) in C++
asked
Nov 5, 2022
by
avibootz
cpp
2
answers
105
views
How to get the address of a variable in C++
asked
Nov 4, 2022
by
avibootz
cpp
1
answer
81
views
How to check if a number is abundant number in C++
asked
Nov 1, 2022
by
avibootz
cpp
1
answer
79
views
How to print the first abundant odd number greater than one billion in C++
asked
Oct 23, 2022
by
avibootz
cpp
1
answer
94
views
How to print the one thousandth abundant odd number in C++
asked
Oct 23, 2022
by
avibootz
cpp
1
answer
79
views
How to print the first 25 abundant numbers in C++
asked
Oct 23, 2022
by
avibootz
cpp
1
answer
80
views
How to sum the proper divisors of a number in C++
asked
Oct 23, 2022
by
avibootz
cpp
cpp-proper-divisors
1
answer
99
views
How to print the first 25 abundant odd numbers in C++
asked
Oct 23, 2022
by
avibootz
cpp
2
answers
112
views
How to get the last element of set in C++
asked
Oct 21, 2022
by
avibootz
cpp
3
answers
111
views
How to get the first element of set in C++
asked
Oct 21, 2022
by
avibootz
cpp
1
answer
89
views
How to find the index of an element in a set with C++
asked
Oct 20, 2022
by
avibootz
cpp
1
answer
92
views
How to get element in set by index with C++
asked
Oct 20, 2022
by
avibootz
cpp
2
answers
122
views
How to count the maximum consecutive set of numbers in an array with C++
asked
Oct 20, 2022
by
avibootz
cpp
1
answer
131
views
How to calculate the average of a double vector of given length in C++
asked
Oct 16, 2022
by
avibootz
cpp
1
answer
142
views
How to calculate the average of a double array of given length in C++
asked
Oct 16, 2022
by
avibootz
cpp
1
answer
128
views
How to create fixed size empty vector in C++
asked
Oct 15, 2022
by
avibootz
cpp
1
answer
102
views
What to include to use ostream_iterator in C++
asked
Oct 15, 2022
by
avibootz
cpp
1
answer
102
views
How to convert int vector to string in C++
asked
Oct 15, 2022
by
avibootz
cpp
1
answer
123
views
How to find all possible combinations of numbers from a vector that equal to N in C++
asked
Oct 15, 2022
by
avibootz
cpp
1
answer
98
views
How to find all pairs in a vector that equal to a given sum in C++
asked
Oct 10, 2022
by
avibootz
cpp
1
answer
78
views
How to find longest common subarray in a given two arrays with C++
asked
Oct 9, 2022
by
avibootz
cpp
1
answer
85
views
How to find the length of the longest contiguous subarray contains an equal number if 0 and 1 in C++
asked
Oct 9, 2022
by
avibootz
cpp
1
answer
118
views
How to divide a string into N equal parts with C++
asked
Oct 5, 2022
by
avibootz
cpp
1
answer
106
views
How to print a string in N equal parts with C++
asked
Oct 4, 2022
by
avibootz
cpp
1
answer
93
views
How to subtract two matrices (matrix) in C++
asked
Oct 3, 2022
by
avibootz
cpp
1
answer
95
views
How to replace every element in array by multiplication of next and previous elements with C++
asked
Oct 2, 2022
by
avibootz
cpp
1
answer
102
views
How to check if two given matrices are identical in C++
asked
Oct 2, 2022
by
avibootz
cpp
2
answers
188
views
How to case insensitive string compare in C++
asked
Sep 27, 2022
by
avibootz
cpp
cpp-string
1
answer
118
views
How to case insensitive remove specific character from a string in C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
104
views
How to case insensitive check if char exist in a string with C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
117
views
How to check if char exist in a string with C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
99
views
How to make two strings anagram by removing characters in C++
asked
Sep 27, 2022
by
avibootz
cpp
1
answer
133
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
1
answer
121
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
99
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
126
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
150
views
How to split a string with multiple delimiters in C++
asked
Sep 24, 2022
by
avibootz
cpp
1
answer
97
views
How to convert int to int vector in C++
asked
Sep 22, 2022
by
avibootz
cpp
1
answer
89
views
How to convert int vector to int number in C++
asked
Sep 22, 2022
by
avibootz
cpp
1
answer
92
views
How to find all common elements in given three sorted arrays with C++
asked
Sep 21, 2022
by
avibootz
cpp
1
answer
114
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
Page:
« prev
1
...
24
25
26
27
28
29
30
31
32
33
34
...
77
next »
...