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,987
questions
51,931
answers
573
users
Recent questions tagged CPP
1
answer
41
views
How to convert a degree to a compass direction in C++
asked
Nov 23, 2025
by
avibootz
cpp
cpp-degree-compass-direction
degree-compass-direction
2
answers
54
views
How to calculate the sum of all Fibonacci numbers between two left and right indices in C++
asked
Nov 22, 2025
by
avibootz
cpp
cpp-sum-fibonacci-numbers
sum-fibonacci-numbers
2
answers
39
views
How to create an m x n grid of random characters in C++
asked
Nov 22, 2025
by
avibootz
cpp
cpp-grid-random-characters
grid-random-characters
1
answer
66
views
How to generate all possible permutations and combinations of a vector of chars in C++
asked
Nov 20, 2025
by
avibootz
cpp
cpp-vector-all-permutations-combinations
all-permutations-combinations
1
answer
51
views
How to find the first 4-digit prime number where all digits are unique in C++
asked
Nov 20, 2025
by
avibootz
cpp
cpp-4-digit-prime-unique
4-digit-prime-unique
1
answer
56
views
How to write an equivalent to PHP explode(string $separator, string $string, int $limit = INT_MAX): array in C++
asked
Nov 19, 2025
by
avibootz
cpp
cpp-explode
php-explode-cpp
explode-function
3
answers
70
views
How to generate a random integer from a range [0, N] that is not in a unique integer list with C++
asked
Nov 18, 2025
by
avibootz
cpp
cpp-random
cpp-random-excluding-list
random-excluding-list
1
answer
47
views
How to replace all occurrences of a specific digit in a floating-point number with C++
asked
Nov 17, 2025
by
avibootz
cpp
cpp-replace-all-occurrences-digit-float
replace-all-occurrences-digit-float
1
answer
52
views
How to calculate the length of legB and hypotenuse of a right-angle triangle with a given perimeter and legA in C++
asked
Nov 17, 2025
by
avibootz
cpp
cpp-right-angle-triangle
right-angle-triangle
1
answer
56
views
How to replace a digit in a floating-point number by index with C++
asked
Nov 16, 2025
by
avibootz
cpp
cpp-replace-digit-float
replace-digit-float
3
answers
54
views
How to extract the first digit from a floating-point number in C++
asked
Nov 16, 2025
by
avibootz
cpp
cpp-extract-first-digit-floating-point
extract-first-digit-floating-point
2
answers
46
views
How to check whether each substring range (L to R) from an array of substring ranges is a palindrome in C++
asked
Nov 16, 2025
by
avibootz
cpp
cpp-substring-range-palindrome
substring-range-palindrome
1
answer
60
views
How to write an equivalent to PHP count_chars(string $string, int $mode = 0): array|string function in C++
asked
Nov 16, 2025
by
avibootz
cpp
cpp-count-chars
php-count-chars-cpp
count-chars
1
answer
57
views
How to convert a vector of strings and group all the anagrams into subvectors in C++
asked
Nov 14, 2025
by
avibootz
cpp
cpp-vector-anagram
group-anagrams
1
answer
63
views
How to get all the substrings with exactly k distinct characters from a given string in C++
asked
Nov 12, 2025
by
avibootz
cpp
cpp-substring
cpp-string
substrings-with-k-distinct-characters
1
answer
45
views
How to find the K smallest numbers in an unsorted vector with C++
asked
Nov 12, 2025
by
avibootz
cpp
cpp-find-vector
1
answer
61
views
How to find the Kth smallest number in an unsorted array with C++
asked
Nov 11, 2025
by
avibootz
cpp
cpp-find-array
1
answer
39
views
How to find a list of numbers up to a limit that is a palindrome in base 10 and base 2 in C++
asked
Nov 10, 2025
by
avibootz
cpp
cpp-bouble-base-palindrome
1
answer
41
views
How to calculate the full number from a percentage of a number in C++
asked
Nov 9, 2025
by
avibootz
cpp
cpp-percentage
1
answer
45
views
How to find all the numbers that are equal to the sum of the factorials of their digits in C++
asked
Nov 9, 2025
by
avibootz
cpp
cpp-numbers
cpp-factorials
1
answer
47
views
How to find the numbers that are the sum of fifth powers of their digits in C++
asked
Nov 8, 2025
by
avibootz
cpp
cpp-numbers
cpp-fifth-power
1
answer
45
views
How to find the numbers that are the sum of fourth powers of their digits in C++
asked
Nov 8, 2025
by
avibootz
cpp
cpp-numbers
cpp-fourth-power
2
answers
41
views
How to find the name of the calling function in C++
asked
Nov 7, 2025
by
avibootz
cpp
cpp-function-name
1
answer
61
views
How to find the floor and ceiling of the value N in an unsorted vector with C++
asked
Nov 7, 2025
by
avibootz
cpp
cpp-vector
cpp-floor
cpp-ceil
2
answers
54
views
The smallest number that divide in 13, 15, and 17 with C++
asked
Nov 5, 2025
by
avibootz
cpp
cpp-divide
1
answer
44
views
How to find the smallest prime number that is greater than 1000 in C++
asked
Nov 5, 2025
by
avibootz
cpp
cpp-prime
1
answer
54
views
How to write a recursive function to generate all permutations of a string in C++
asked
Nov 4, 2025
by
avibootz
cpp
cpp-string
cpp-recursion
1
answer
52
views
How to use bitset with _Find_first() and _Find_next() to find set bits indexes in C++
asked
Nov 3, 2025
by
avibootz
cpp
cpp-bits
1
answer
47
views
How to multiply two vectors in C++
asked
Nov 3, 2025
by
avibootz
cpp
cpp-vector
1
answer
47
views
How to generate random floating point numbers in C++
asked
Nov 2, 2025
by
avibootz
cpp
cpp-generate-random-floating-point-numbers
generate-random-floating-point-numbers
1
answer
59
views
How to get random N rows from a 2D array in C++
asked
Nov 2, 2025
by
avibootz
cpp
cpp-random
cpp-array
1
answer
54
views
How to count words in a string with punctuation in C++
asked
Nov 2, 2025
by
avibootz
cpp
cpp-string
1
answer
37
views
How to create an unsigned long bitset in C++
asked
Nov 1, 2025
by
avibootz
cpp
cpp-bitset
1
answer
46
views
How to convert a bitset into an unsigned long in C++
asked
Nov 1, 2025
by
avibootz
cpp
cpp-bitset
1
answer
35
views
How to take input from the user in a map with C++
asked
Nov 1, 2025
by
avibootz
cpp
cpp-map
2
answers
48
views
How to create a timezone converter form Local to other timezones in C++
asked
Nov 1, 2025
by
avibootz
cpp
cpp-timezone
cpp-converter
2
answers
53
views
How to round a number to the nearest power of 2 in C++
asked
Oct 29, 2025
by
avibootz
cpp
cpp-round
2
answers
52
views
How to round a number to the previous power of 2 in C++
asked
Oct 28, 2025
by
avibootz
cpp
cpp-round
2
answers
43
views
How to round a number to the next power of 2 in C++
asked
Oct 28, 2025
by
avibootz
cpp
cpp-round
1
answer
31
views
How to get the number of digits before the decimal point in C++
asked
Oct 28, 2025
by
avibootz
cpp
cpp-double
3
answers
48
views
How to convert a double number to 3 decimal places number in C++
asked
Oct 28, 2025
by
avibootz
cpp
cpp-double
cpp-decimal-places
2
answers
35
views
How to check if a word is all uppercase or all lowercase or capitalized in C++
asked
Oct 26, 2025
by
avibootz
cpp
cpp-word
1
answer
40
views
How to swap all odd and even bits in C++
asked
Oct 25, 2025
by
avibootz
cpp
cpp-bits
1
answer
35
views
How to use bitwise operators to get the remainder (%) when dividing an integer by 8 in C++
asked
Oct 25, 2025
by
avibootz
cpp
cpp-bits
1
answer
30
views
How to use bitwise operators to divide an integer by 8 in C++
asked
Oct 25, 2025
by
avibootz
cpp
cpp-bits
1
answer
43
views
How to check if a number is a multiple of 9 using bitwise operators in C++
asked
Oct 25, 2025
by
avibootz
cpp
cpp-bits
1
answer
31
views
How to get the previous lexicographically smaller permutation in C++
asked
Oct 24, 2025
by
avibootz
cpp
cpp-permutation
1
answer
28
views
How to get the next lexicographically greater permutation in C++
asked
Oct 24, 2025
by
avibootz
cpp
cpp-permutation
1
answer
59
views
How to transfer a range of elements from one list to another in C++
asked
Oct 24, 2025
by
avibootz
cpp
cpp-list
1
answer
43
views
How to transfer a range of elements from one list starting at a specific index to another list in C++
asked
Oct 24, 2025
by
avibootz
cpp
cpp-list
Page:
« prev
1
2
3
4
5
6
7
8
...
77
next »
...