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,701
questions
53,052
answers
573
users
Recent questions tagged cpp
1
answer
117
views
How to assign to string the japanese word ネコ in C++
asked
Apr 19, 2025
by
avibootz
cpp
cpp-string
1
answer
96
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
100
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
1
answer
155
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
1
answer
111
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
1
answer
97
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
130
views
How to create and sort a list of random dates in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-date
1
answer
108
views
How to create a list of random dates in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-date
1
answer
98
views
How to create a list of random file names in C++
asked
Apr 18, 2025
by
avibootz
cpp
cpp-file
1
answer
78
views
How to convert hh:mm:ss to minutes in C++
asked
Apr 17, 2025
by
avibootz
cpp
cpp-time
1
answer
80
views
How to convert binary code to text in C++
asked
Apr 14, 2025
by
avibootz
cpp
cpp-binary
1
answer
96
views
How to implement Bucket sort algorithm on int array in C++
asked
Apr 12, 2025
by
avibootz
cpp
cpp-sort
1
answer
115
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
125
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
108
views
How to tokenize a string in C++
asked
Apr 10, 2025
by
avibootz
cpp
cpp-string
1
answer
92
views
How to get the last key in a std::map with C++
asked
Apr 10, 2025
by
avibootz
cpp
cpp-map
1
answer
98
views
How to get tomorrows date in C++
asked
Apr 9, 2025
by
avibootz
cpp
cpp-date
1
answer
162
views
How to convert a vector of strings to a string in C++
asked
Apr 9, 2025
by
avibootz
cpp
cpp-vector
1
answer
143
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
80
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
123
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
154
views
How to remove duplicate subvectors from a multi-dimensional vector in C++
asked
Apr 7, 2025
by
avibootz
cpp
cpp-vector
1
answer
112
views
How to find the maximum value in a multidimensional vector with C++
asked
Apr 5, 2025
by
avibootz
cpp
cpp-vector
2
answers
162
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
173
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
145
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
150
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
113
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
140
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
118
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
136
views
How to list all processes running in Windows with C++ Win32 API
asked
Mar 29, 2025
by
avibootz
cpp
win32
winapi
1
answer
113
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
129
views
How to check whether a vector contains any unique values in C++
asked
Mar 28, 2025
by
avibootz
cpp
cpp-vector
1
answer
161
views
How to check whether a vector contains unique values in C++
asked
Mar 28, 2025
by
avibootz
cpp
cpp-vector
1
answer
127
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
102
views
How to get the current OS name and version in C++
asked
Mar 27, 2025
by
avibootz
cpp
1
answer
132
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
119
views
How to get vector subset in C++
asked
Mar 24, 2025
by
avibootz
cpp
cpp-vector
1
answer
99
views
How to delete a specific entry in a map with C++
asked
Mar 23, 2025
by
avibootz
cpp
cpp-map
1
answer
90
views
How to get a grade and transform it into a letter grade in C++
asked
Mar 23, 2025
by
avibootz
cpp
1
answer
175
views
How to create an array of objects on the stack with C++
asked
Mar 22, 2025
by
avibootz
cpp
cpp-array
2
answers
66
views
How to use simple threading in C++
asked
Mar 22, 2025
by
avibootz
cpp
cpp-threading
1
answer
92
views
How to create an array containing a range of characters in C++
asked
Mar 21, 2025
by
avibootz
cpp
cpp-array
2
answers
128
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
134
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
159
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
89
views
How to sort each row from a two-dimensional vector in C++
asked
Mar 16, 2025
by
avibootz
cpp
cpp-vector
1
answer
96
views
How to sort each row from a two-dimensional array in C++
asked
Mar 16, 2025
by
avibootz
cpp
cpp-array
1
answer
111
views
How to remove HTML tags from a string in C++
asked
Mar 15, 2025
by
avibootz
cpp
cpp-string
1
answer
66
views
How to calculate the week number for a given date in C++
asked
Mar 14, 2025
by
avibootz
cpp
Page:
« prev
1
...
5
6
7
8
9
10
11
12
13
14
15
...
78
next »
...