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,706
questions
53,058
answers
573
users
Recent questions tagged cpp
1
answer
161
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
184
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
133
views
How to remove duplicates from a string in C++
asked
Feb 9, 2024
by
avibootz
cpp
1
answer
162
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
141
views
What is the equivalent of Python set(string) in C++
asked
Feb 7, 2024
by
avibootz
cpp
1
answer
134
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
153
views
How to implement the FizzBuzz program in C++
asked
Feb 4, 2024
by
avibootz
cpp
cpp-fizzbuzz
2
answers
157
views
How to select N reservoir items randomly from an array in C++
asked
Feb 3, 2024
by
avibootz
cpp
1
answer
177
views
How to pick 2 random elements from an array in C++
asked
Feb 3, 2024
by
avibootz
cpp
1
answer
148
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
168
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
124
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
179
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
1
answer
128
views
How to find the consecutive prime numbers which sum of them equal to N in C++
asked
Jan 28, 2024
by
avibootz
cpp
2
answers
208
views
How to create a data structure that supports insert, remove, print and get random element in C++
asked
Jan 28, 2024
by
avibootz
cpp
3
answers
165
views
How to find and print the common characters (letters) in different strings with C++
asked
Jan 24, 2024
by
avibootz
cpp
2
answers
128
views
How to print the use of different characters (letters) in a string in C++
asked
Jan 24, 2024
by
avibootz
cpp
1
answer
125
views
How to calculate the sum of a series of self powers numbers in C++
asked
Jan 24, 2024
by
avibootz
cpp
2
answers
123
views
How to check if a matrix is Toeplitz or not in C++
asked
Jan 23, 2024
by
avibootz
cpp
2
answers
152
views
How to change all elements of row i and column j in a binary matrix to 0 if cell[i, j] is 0 with C++
asked
Jan 21, 2024
by
avibootz
cpp
1
answer
107
views
How to find the k closest elements to a giving value in sorted array with C++
asked
Jan 21, 2024
by
avibootz
cpp
1
answer
81
views
How to find the floor of N in a sorted array with C++
asked
Jan 19, 2024
by
avibootz
cpp
1
answer
94
views
How to find the ceiling of N in a sorted array with C++
asked
Jan 19, 2024
by
avibootz
cpp
1
answer
99
views
How to print the non-repeated elements of an array in C++
asked
Jan 18, 2024
by
avibootz
cpp
1
answer
115
views
How to Initialise byte array with decimal, octal and hexadecimal numbers in C++
asked
Jan 18, 2024
by
avibootz
cpp
1
answer
124
views
How to calculate sum of series 1 + 11 + 111 + 1111 + ... N in C++
asked
Jan 16, 2024
by
avibootz
cpp
1
answer
108
views
How to check if number can be made prime by deleting a single digit in C++
asked
Jan 16, 2024
by
avibootz
cpp
cpp-number-made-prime-deleting-single-digit
number-made-prime-deleting-single-digit
1
answer
120
views
How to check if remove digits from left to right from a prime number remain prime at each stage in C++
asked
Jan 15, 2024
by
avibootz
cpp
1
answer
113
views
How to remove digits from left to right from a number one by one until the number remain one digit in C++
asked
Jan 15, 2024
by
avibootz
cpp
1
answer
97
views
How to check if the digits of a number are prime in C++
asked
Jan 14, 2024
by
avibootz
cpp
1
answer
114
views
How to remove the second digit from a number in C++
asked
Jan 12, 2024
by
avibootz
cpp
1
answer
79
views
How to truncate a number from left in C++
asked
Jan 10, 2024
by
avibootz
cpp
1
answer
87
views
How to find all 4 digits numbers that are palindrome in base 10 and base 2 with C++
asked
Jan 9, 2024
by
avibootz
cpp
1
answer
105
views
How to find all 3 digits numbers that are palindrome in base 10 and base 2 with C++
asked
Jan 9, 2024
by
avibootz
cpp
1
answer
98
views
How to check whether a numbers are palindrome in base 10 and base 2 with C++
asked
Jan 8, 2024
by
avibootz
cpp
1
answer
145
views
How to find whether binary representation of a number is palindrome in C++
asked
Jan 7, 2024
by
avibootz
cpp
1
answer
137
views
How to convert int to binary with leading zeros in C++
asked
Jan 7, 2024
by
avibootz
cpp
1
answer
128
views
How to convert int to binary and remove leading zeros in C++
asked
Jan 7, 2024
by
avibootz
cpp
1
answer
127
views
How to count the number of words in a string that end with s or y in C++
asked
Jan 4, 2024
by
avibootz
cpp
1
answer
165
views
How to check if a number is curious number (sum of the factorials of each digit equal to itself) in C++
asked
Jan 2, 2024
by
avibootz
cpp
1
answer
149
views
How to sum the factorials of the digits of a number in C++
asked
Jan 2, 2024
by
avibootz
cpp
3
answers
184
views
How to find the most frequent word in an array of strings with C++
asked
Dec 31, 2023
by
avibootz
cpp
1
answer
82
views
How to get max int in C++
asked
Dec 29, 2023
by
avibootz
cpp
2
answers
136
views
How to print the smallest palindrome words in a string with C++
asked
Dec 29, 2023
by
avibootz
cpp
2
answers
144
views
How to print the longest palindrome words in a string with C++
asked
Dec 29, 2023
by
avibootz
cpp
3
answers
205
views
How to extract hours, minutes and second from string in C++
asked
Dec 27, 2023
by
avibootz
cpp
1
answer
135
views
How to swap adjacent characters of a string in C++
asked
Dec 26, 2023
by
avibootz
cpp
1
answer
99
views
How to print all 3 digits armstrong numbers in C++
asked
Dec 26, 2023
by
avibootz
cpp
1
answer
100
views
How to print all armstrong numbers from 1 to N in C++
asked
Dec 26, 2023
by
avibootz
cpp
1
answer
95
views
How to print the bits that need to be flipped to convert a number to another number in C++
asked
Dec 25, 2023
by
avibootz
cpp
Page:
« prev
1
...
16
17
18
19
20
21
22
23
24
25
26
...
78
next »
...