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
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
vbnet
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
Disclosure:
My content contains affiliate links.
Recent questions tagged CPP
41,636
questions
54,299
answers
573
users
Recent questions tagged CPP
1
answer
197
views
How to sort a string with digits and letters (letters before digits) in C++
asked
May 25, 2025
by
avibootz
cpp
cpp-string
cpp-sort
1
answer
161
views
How to find repeated patterns of numbers in the rows of a matrix with C++
asked
May 25, 2025
by
avibootz
cpp
cpp-matrix
1
answer
167
views
How to convert a matrix of numbers to a string in C++
asked
May 24, 2025
by
avibootz
cpp
cpp-convert-matrix-numbers-to-string
convert-matrix-numbers-to-string
1
answer
163
views
How to find repeated rows of a matrix in C++
asked
May 23, 2025
by
avibootz
cpp
cpp-matrix
1
answer
271
views
How to check if a matrix rows contain numbers without repetition in C++
asked
May 22, 2025
by
avibootz
cpp
cpp-matrix
1
answer
177
views
How to find all unique combinations of numbers in a vector that sum to a target number in C++
asked
May 22, 2025
by
avibootz
cpp
cpp-array
1
answer
156
views
How to pass a runnable procedure (a function) as a parameter and run it in C++
asked
May 21, 2025
by
avibootz
cpp
cpp-function-parameter
1
answer
161
views
How to expose a read-only integer to the outside class while being writable inside a class with C++
asked
May 21, 2025
by
avibootz
cpp
cpp-read-only
4
answers
295
views
How to handle invalid argument in C++
asked
May 20, 2025
by
avibootz
cpp
cpp-argument
2
answers
192
views
How to allocate 1MB in C++
asked
May 19, 2025
by
avibootz
cpp
cpp-allocation
1
answer
157
views
How to stop a program in C++
asked
May 18, 2025
by
avibootz
cpp
1
answer
205
views
How to check if integer multiplication will overflow in C++
asked
May 18, 2025
by
avibootz
cpp
cpp-overflow
1
answer
197
views
How to compare calendar dates using the Win32 API in C++
asked
May 17, 2025
by
avibootz
win32
winapi
cpp
1
answer
195
views
What is the alternative to C UINT_MAX in C++
asked
May 17, 2025
by
avibootz
cpp
cpp-limits
1
answer
153
views
What is the alternative to C INT_MAX and INT_MIN in C++
asked
May 17, 2025
by
avibootz
cpp
cpp-limits
2
answers
169
views
How to check if integer addition will overflow in C++
asked
May 17, 2025
by
avibootz
cpp
cpp-overflow
1
answer
145
views
How to check whether a string is a palindrome, ignoring spaces and case in C++
asked
May 16, 2025
by
avibootz
cpp
cpp-palindrome
1
answer
158
views
How to declare a RegEx with character repetition to match the strings "http", "htttp", "httttp", etc in C++
asked
May 15, 2025
by
avibootz
cpp
cpp-regex
1
answer
147
views
How to round a floating-point number to an integer in C++
asked
May 14, 2025
by
avibootz
cpp
cpp-round
1
answer
253
views
How to find all double quote substrings in a string with C++
asked
May 13, 2025
by
avibootz
cpp
cpp-string
cpp-substring
cpp-regex
1
answer
203
views
How to combine a string with a dynamic double-quoted substring in C++
asked
May 12, 2025
by
avibootz
cpp
cpp-string
cpp-substring
1
answer
149
views
How to declare a string with double quote substrings in C++
asked
May 12, 2025
by
avibootz
cpp
cpp-string
cpp-substring
1
answer
168
views
How to find out if an item is present in a std::vector with C++
asked
May 11, 2025
by
avibootz
cpp
cpp-vector
2
answers
124
views
How to check if a double is NaN in C++
asked
May 11, 2025
by
avibootz
cpp
cpp-double
2
answers
167
views
How to check if a float is NaN in C++
asked
May 11, 2025
by
avibootz
cpp
cpp-float
2
answers
189
views
How to search insert position of K in a sorted vector with C++
asked
May 10, 2025
by
avibootz
cpp
cpp-vector
1
answer
206
views
How to print all command line arguments except the program name in C++
asked
May 8, 2025
by
avibootz
cpp
cpp-arguments
2
answers
150
views
How to use the clock as a random generator seed in C++
asked
May 7, 2025
by
avibootz
cpp
cpp-random
1
answer
311
views
How to use a vector to create a bitset-like structure in C++
asked
May 6, 2025
by
avibootz
cpp
cpp-bitset
cpp-vector
1
answer
159
views
How to create a bitset in C++
asked
May 6, 2025
by
avibootz
cpp
cpp-bitset
1
answer
133
views
How to remove a random word from a string in C++
asked
May 4, 2025
by
avibootz
cpp
cpp-string
1
answer
104
views
How to divide two integers without using multiplication, division, and mod operator in C++
asked
May 4, 2025
by
avibootz
cpp
cpp-divide
1
answer
191
views
How to use Regular Expressions to match a valid date in C++
asked
May 3, 2025
by
avibootz
cpp
cpp-regex
1
answer
146
views
How to convert a URL inside a string to a hyperlink in C++
asked
May 2, 2025
by
avibootz
cpp
cpp-string
1
answer
163
views
How to pop the first element of a deque in C++
asked
May 1, 2025
by
avibootz
cpp
cpp-deque
1
answer
155
views
How to pop the first element of an array in C++
asked
May 1, 2025
by
avibootz
cpp
cpp-array
1
answer
180
views
How to pop the first element of a vector in C++
asked
May 1, 2025
by
avibootz
cpp
cpp-vector
1
answer
147
views
How to pause execution for 5 seconds in C++
asked
Apr 29, 2025
by
avibootz
cpp
3
answers
159
views
How to break the outer loop in C++
asked
Apr 28, 2025
by
avibootz
cpp
cpp-loop
1
answer
132
views
How to generate all combinations of N well-formed parentheses in C++
asked
Apr 28, 2025
by
avibootz
cpp
2
answers
137
views
How to check if an integer include specific digits x times in C++
asked
Apr 26, 2025
by
avibootz
cpp
cpp-integer
1
answer
226
views
How to draw a point in the middle of the screen using OpenGL with GLFW and GLEW in C++
asked
Apr 25, 2025
by
avibootz
cpp
opengl
glfw
glew
1
answer
98
views
How to use cin inside a while loop in C++
asked
Apr 25, 2025
by
avibootz
cpp
cpp-loop
1
answer
153
views
How to continue outer loop in C++
asked
Apr 24, 2025
by
avibootz
cpp
cpp-loop
1
answer
119
views
How to convert an integer to Roman numerals in C++
asked
Apr 23, 2025
by
avibootz
cpp
cpp-integer-roman-numerals
integer-roman-numerals
1
answer
112
views
How to reverse N x N matrix in C++
asked
Apr 20, 2025
by
avibootz
cpp
cpp-matrix
1
answer
174
views
How to find the position of the first occurrence of a substring in a string with C++
asked
Apr 20, 2025
by
avibootz
cpp
cpp-substring
1
answer
129
views
How to assign to string the japanese word ネコ in C++
asked
Apr 19, 2025
by
avibootz
cpp
cpp-string
1
answer
116
views
How to create a list of random file names, including extension, dates, and file size sorted by file size in c++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-file
1
answer
134
views
How to create a list of random file names, including extension, dates, and file size sorted by date in c++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-file
Page:
« prev
1
...
6
7
8
9
10
11
12
13
14
15
16
...
80
next »
...