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
93
views
How to print all distinct 4 elements from an array that have the same given sum in C++
asked
Aug 20, 2022
by
avibootz
cpp
1
answer
148
views
How to find the minimum product among all combinations of triplets in a vector with C++
asked
Aug 19, 2022
by
avibootz
cpp
1
answer
91
views
How to check if an array contain consecutive integers in C++
asked
Aug 18, 2022
by
avibootz
cpp
1
answer
110
views
How to find the minimum index of a repeating element in an array with C++
asked
Aug 17, 2022
by
avibootz
cpp
1
answer
103
views
How to get the frequency of smallest array value in C++
asked
Aug 17, 2022
by
avibootz
cpp
1
answer
111
views
How to rearrange an array and set arr[i] to arr[arr[index]] to index in C++
asked
Aug 17, 2022
by
avibootz
cpp
1
answer
93
views
How to rearrange an array and set arr[arr[index]] to index in C++
asked
Aug 16, 2022
by
avibootz
cpp
1
answer
84
views
How to create a dynamic array of integers in C++
asked
Aug 16, 2022
by
avibootz
cpp
1
answer
121
views
How to create wchar_t vector in C++
asked
Aug 15, 2022
by
avibootz
cpp
1
answer
94
views
How to create char vector in C++
asked
Aug 15, 2022
by
avibootz
cpp
2
answers
169
views
How to copy char array into another in C++
asked
Aug 15, 2022
by
avibootz
cpp
2
answers
121
views
How to group elements of an array based on their first occurrence in C++
asked
Aug 14, 2022
by
avibootz
cpp
cpp-array
1
answer
87
views
How to print two subarrays by index in C++
asked
Aug 6, 2022
by
avibootz
cpp
1
answer
94
views
How to create an array of pairs with C++
asked
Aug 6, 2022
by
avibootz
cpp
1
answer
104
views
How to create an array of pairs with Java
asked
Aug 6, 2022
by
avibootz
cpp
1
answer
142
views
How to find all symmetric pairs in an array of pairs with C++
asked
Aug 6, 2022
by
avibootz
cpp
1
answer
138
views
How to set scientific notation value to double variable in C++
asked
Aug 1, 2022
by
avibootz
cpp
1
answer
117
views
How to set binary value to int variable in C++
asked
Aug 1, 2022
by
avibootz
cpp
2
answers
105
views
How to generate NaN float value in C++
asked
Jul 30, 2022
by
avibootz
cpp
4
answers
172
views
How to round a float to N decimals in C++
asked
Jul 29, 2022
by
avibootz
cpp
1
answer
72
views
How to implement the collatz sequence in C++
asked
Jul 26, 2022
by
avibootz
cpp
3
answers
188
views
How to write a function that get 5 and return 7 or get 7 and return 5 without conditions in C++
asked
Jul 26, 2022
by
avibootz
cpp
1
answer
96
views
How to check if a number is multiple of 10 in C++
asked
Jul 19, 2022
by
avibootz
cpp
1
answer
121
views
How to print bits in C++
asked
Jul 13, 2022
by
avibootz
cpp
1
answer
105
views
How to set the rightmost unset bit in a number in C++
asked
Jul 13, 2022
by
avibootz
cpp
1
answer
108
views
How to calculate 70 percent of 525 in C++
asked
Jul 11, 2022
by
avibootz
cpp
2
answers
104
views
How to use the min function in C++
asked
Jul 10, 2022
by
avibootz
cpp
2
answers
91
views
How to use the max function in C++
asked
Jul 10, 2022
by
avibootz
cpp
1
answer
82
views
How to get maximum product of subarray in C++
asked
Jul 9, 2022
by
avibootz
cpp
1
answer
124
views
How to reverse subvector of a vector in C++
asked
Jul 8, 2022
by
avibootz
cpp
1
answer
120
views
How to find pairs in an array with a given difference N between them in C++
asked
Jul 7, 2022
by
avibootz
cpp
1
answer
105
views
How to check if one number is multiple of another in C++
asked
Jun 28, 2022
by
avibootz
cpp
1
answer
81
views
How to use boolalpha in C++
asked
Jun 26, 2022
by
avibootz
cpp
2
answers
112
views
How to determine if a string is numeric in C++
asked
Jun 26, 2022
by
avibootz
cpp
1
answer
176
views
How to use try catch throw to handle the divide by zero exception in C++
asked
Jun 25, 2022
by
avibootz
cpp
1
answer
90
views
How to handle stoi conversion error in C++
asked
Jun 25, 2022
by
avibootz
cpp
1
answer
94
views
How to check if string is a negative integer in C++
asked
Jun 25, 2022
by
avibootz
cpp
1
answer
96
views
How to check if string is a positive integer in C++
asked
Jun 25, 2022
by
avibootz
cpp
1
answer
162
views
How to split an integer into two parts the last digit and the rest in C++
asked
Jun 15, 2022
by
avibootz
cpp
1
answer
129
views
How to remove the last occurrence of a character from a string in C++
asked
Jun 13, 2022
by
avibootz
cpp
1
answer
91
views
How to remove first N characters from a string in C++
asked
Jun 13, 2022
by
avibootz
cpp
1
answer
87
views
How to replace the first N characters in a string in C++
asked
Jun 12, 2022
by
avibootz
cpp
2
answers
111
views
How to use ceil in C++
asked
Jun 10, 2022
by
avibootz
cpp
1
answer
91
views
How to round a number up to the nearest 10 in C++
asked
Jun 9, 2022
by
avibootz
cpp
2
answers
108
views
How to use floor in C++
asked
Jun 8, 2022
by
avibootz
cpp
1
answer
109
views
How to round a number down to the nearest 10 in C++
asked
Jun 8, 2022
by
avibootz
cpp
1
answer
117
views
How to round down a double to the nearest smaller int in C++
asked
Jun 8, 2022
by
avibootz
cpp
2
answers
117
views
How to generate random float in specific range with C++
asked
Jun 1, 2022
by
avibootz
cpp
1
answer
110
views
How to use fmod to calculate modulus (%) of two float in C++
asked
May 31, 2022
by
avibootz
cpp
3
answers
251
views
How to convert a string to an integer in C++
asked
May 24, 2022
by
avibootz
cpp
cpp-string
cpp-convert
Page:
« prev
1
...
26
27
28
29
30
31
32
33
34
35
36
...
77
next »
...