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
203
views
How to create a list of random file names, including extension, dates, and file size sorted by filename in c++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-file
2
answers
155
views
How to create a list of random file names, including extension, dates, and file size in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-file
cpp-list-random-file-names-extension-dates-size
list-random-file-names-extension-dates-size
1
answer
126
views
How to create and sort a list of random file names in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-file
1
answer
170
views
How to create and sort a list of random dates in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-date
cpp-create-sort-list-random-dates
create-sort-list-random-dates
3
answers
158
views
How to create a list of random dates in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-date
cpp-create-list-random-dates
create-list-random-dates
1
answer
125
views
How to create a list of random file names in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-file
1
answer
89
views
How to convert hh:mm:ss to minutes in C++
asked
Apr 17, 2025
by
avibootz
cpp
cpp-time
1
answer
94
views
How to convert binary code to text in C++
asked
Apr 14, 2025
by
avibootz
cpp
cpp-binary
1
answer
118
views
How to implement Bucket sort algorithm on int array in C++
asked
Apr 12, 2025
by
avibootz
cpp
cpp-sort
1
answer
138
views
How to create a vector of dates starting with today and going back the last 30 days in C++
asked
Apr 10, 2025
by
avibootz
cpp
cpp-vector
cpp-date
1
answer
148
views
How to create an array of days starting with today and going back the last 30 days in C++
asked
Apr 10, 2025
by
avibootz
cpp
php-date
cpp-vector
1
answer
121
views
How to tokenize a string in C++
asked
Apr 10, 2025
by
avibootz
cpp
cpp-string
1
answer
110
views
How to get the last key in a std::map with C++
asked
Apr 10, 2025
by
avibootz
cpp
cpp-map
1
answer
119
views
How to get tomorrows date in C++
asked
Apr 9, 2025
by
avibootz
cpp
cpp-date
1
answer
197
views
How to convert a vector of strings to a string in C++
asked
Apr 9, 2025
by
avibootz
cpp
cpp-vector
1
answer
178
views
How to extract words wrapped in parentheses from a string using RegEx in C++
asked
Apr 9, 2025
by
avibootz
cpp
cpp-regex
1
answer
91
views
What to include to use uint64_t in C++
asked
Apr 7, 2025
by
avibootz
cpp
cpp-include-uint64_t
include-uint64_t
1
answer
148
views
How to generate the Fibonacci sequence into a vector in C++
asked
Apr 7, 2025
by
avibootz
cpp
cpp-vector
cpp-fibonacci
1
answer
187
views
How to remove duplicate subvectors from a multi-dimensional vector in C++
asked
Apr 7, 2025
by
avibootz
cpp
cpp-vector
1
answer
130
views
How to find the maximum value in a multidimensional vector with C++
asked
Apr 5, 2025
by
avibootz
cpp
cpp-vector
2
answers
186
views
How to replace multiple spaces in a string with a single space between words in C++
asked
Apr 4, 2025
by
avibootz
cpp
cpp-string
1
answer
214
views
How to check if a string starts with a substring from a vector of substrings in C++
asked
Apr 3, 2025
by
avibootz
cpp
cpp-string
1
answer
179
views
How to extract a substring between two tags using RegEx in C++
asked
Apr 2, 2025
by
avibootz
cpp
cpp-regex
cpp-substring
1
answer
180
views
How to convert a vector of ints to a vector of strings in C++
asked
Apr 1, 2025
by
avibootz
cpp
cpp-vector
1
answer
129
views
How to combine all keys and values from a map into a single string in C++
asked
Mar 31, 2025
by
avibootz
cpp
cpp-map
1
answer
155
views
How to make a window that swaps between colors using OpenGL with GLFW and Glad in C++
asked
Mar 30, 2025
by
avibootz
cpp
opengl
glfw
1
answer
131
views
How to split a string into chunks of two characters each in C++
asked
Mar 30, 2025
by
avibootz
cpp
cpp-string
1
answer
163
views
How to list all processes running in Windows with C++ Win32 API
asked
Mar 29, 2025
by
avibootz
cpp
win32
winapi
1
answer
134
views
How to extract the unique integers from a vector excluding duplicates in C++
asked
Mar 28, 2025
by
avibootz
cpp
cpp-vector
1
answer
147
views
How to check whether a vector contains any unique values in C++
asked
Mar 28, 2025
by
avibootz
cpp
cpp-vector
1
answer
229
views
How to check whether a vector contains unique values in C++
asked
Mar 28, 2025
by
avibootz
cpp
cpp-vector
1
answer
159
views
How to extract the first N integers from a vector to form a unique vector in C++
asked
Mar 28, 2025
by
avibootz
cpp
cpp-vector
3
answers
123
views
How to get the current OS name and version in C++
asked
Mar 27, 2025
by
avibootz
cpp
1
answer
163
views
How to check if a string contains only letters and numbers using RegEx in C++
asked
Mar 25, 2025
by
avibootz
cpp
cpp-regex
1
answer
126
views
How to get vector subset in C++
asked
Mar 24, 2025
by
avibootz
cpp
cpp-vector
1
answer
111
views
How to delete a specific entry in a map with C++
asked
Mar 23, 2025
by
avibootz
cpp
cpp-map
1
answer
102
views
How to get a grade and transform it into a letter grade in C++
asked
Mar 23, 2025
by
avibootz
cpp
1
answer
205
views
How to create an array of objects on the stack with C++
asked
Mar 22, 2025
by
avibootz
cpp
cpp-array
2
answers
86
views
How to use simple threading in C++
asked
Mar 22, 2025
by
avibootz
cpp
cpp-threading
1
answer
115
views
How to create an array containing a range of characters in C++
asked
Mar 21, 2025
by
avibootz
cpp
cpp-array
2
answers
146
views
How to get the number of characters that two strings have in common in C++
asked
Mar 19, 2025
by
avibootz
cpp
cpp-string
2
answers
150
views
How to convert a fixed-length string array to a fixed-length integer array in C++
asked
Mar 18, 2025
by
avibootz
cpp
cpp-array
3
answers
185
views
How to match words in a string that are wrapped in curly brackets using RegEx with C++
asked
Mar 17, 2025
by
avibootz
cpp
cpp-regex
1
answer
105
views
How to sort each row from a two-dimensional vector in C++
asked
Mar 16, 2025
by
avibootz
cpp
cpp-vector
1
answer
112
views
How to sort each row from a two-dimensional array in C++
asked
Mar 16, 2025
by
avibootz
cpp
cpp-array
1
answer
125
views
How to remove HTML tags from a string in C++
asked
Mar 15, 2025
by
avibootz
cpp
cpp-string
1
answer
79
views
How to calculate the week number for a given date in C++
asked
Mar 14, 2025
by
avibootz
cpp
1
answer
100
views
How to get the indexes of words from a vector of strings that start with a specific letter in C++
asked
Mar 13, 2025
by
avibootz
cpp
1
answer
101
views
How to increase the size of a vector in C++
asked
Mar 13, 2025
by
avibootz
cpp
3
answers
120
views
How to remove trailing nulls (0) from byte vector in C++
asked
Mar 12, 2025
by
avibootz
cpp
Page:
« prev
1
...
7
8
9
10
11
12
13
14
15
16
17
...
80
next »
...