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
100
views
How to convert seconds to minutes and hours and seconds in C++
asked
Jul 22, 2025
by
avibootz
cpp
cpp-convert
2
answers
75
views
How to format time hours-minutes-seconds in C++
asked
Jul 22, 2025
by
avibootz
cpp
cpp-time
1
answer
102
views
How to create an empty vector of strings in C++
asked
Jul 21, 2025
by
avibootz
cpp
cpp-vector
1
answer
126
views
How to split a string with multiple separators in C++
asked
Jul 21, 2025
by
avibootz
cpp
cpp-string
1
answer
105
views
How to draw a rotated 3D square using OpenGL, FreeGLUT, GLEW, Camera/View space & coordinate system transitions in C++
asked
Jul 20, 2025
by
avibootz
opengl
glew
cpp
freeglut
shaders
2
answers
139
views
How to find whether a string s3 is formed by an interleaving of the strings s1 and s2 in C++
asked
Jul 20, 2025
by
avibootz
cpp
cpp-string
cpp-interleaving
1
answer
87
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in C++
asked
Jul 20, 2025
by
avibootz
cpp
cpp-loop
1
answer
91
views
How to match a substring within 2 square brackets using RegEx in C++
asked
Jul 19, 2025
by
avibootz
cpp
cpp-substring
cpp-regex
1
answer
117
views
How to draw a rotated 3D square using OpenGL, FreeGLUT, GLEW, aspect ratio & transformation of the Z coordinate in C++
asked
Jul 17, 2025
by
avibootz
opengl
cpp
glew
freeglut
shaders
1
answer
117
views
How to remove stop words from a string in C++
asked
Jul 17, 2025
by
avibootz
cpp
cpp-string
1
answer
131
views
How to draw a rotated 3D square using OpenGL, FreeGLUT, GLEW, vertex shader & perspective projection in C++
asked
Jul 16, 2025
by
avibootz
opengl
cpp
glew
freeglut
shaders
1
answer
95
views
How to pick a random value from a map in C++
asked
Jul 16, 2025
by
avibootz
cpp
cpp-map
1
answer
90
views
How to implement the Sieve of Eratosthenes algorithm for finding all prime numbers up to a specified integer in C++
asked
Jul 16, 2025
by
avibootz
cpp
cpp-prime
1
answer
109
views
How to extract a file name from a path, replace whitespaces, and make it lowercase using RegEx in C++
asked
Jul 15, 2025
by
avibootz
cpp
cpp-regex
2
answers
123
views
How to find the 100001 prime number in C++
asked
Jul 15, 2025
by
avibootz
cpp
cpp-prime
1
answer
78
views
How to convert multiple <br/> tags to a single <br/> tag using RegEx in C++
asked
Jul 14, 2025
by
avibootz
cpp
cpp-regex
2
answers
95
views
How to assign multiple values to multiple variables in one line with C++
asked
Jul 14, 2025
by
avibootz
cpp
cpp-variable
1
answer
56
views
How to create the gray code of the decimal number 2 in C++
asked
Jul 13, 2025
by
avibootz
cpp
cpp-gray-code
1
answer
93
views
How to filter a vector in-place with C++
asked
Jul 13, 2025
by
avibootz
cpp
cpp-vector
cpp-filter
2
answers
99
views
How to search for a word in a grid of characters with C++
asked
Jul 12, 2025
by
avibootz
cpp
cpp-search
cpp-grid
cpp-search-word-grid-characters
search-word-grid-characters
2
answers
89
views
How to XOR byte vectors in C++
asked
Jul 12, 2025
by
avibootz
cpp
cpp-xor
1
answer
133
views
How to scale & interpolate color of a triangle using OpenGL, FreeGLUT, GLEW, vertex attributes & scaling matrix in C++
asked
Jul 11, 2025
by
avibootz
freeglut
opengl
cpp
glew
shaders
1
answer
111
views
How to check if a string includes $sometext$ without numbers in C++
asked
Jul 11, 2025
by
avibootz
cpp
cpp-string
1
answer
110
views
How to get all possible unique subsets without duplicates from an array of unique numbers in C++
asked
Jul 10, 2025
by
avibootz
cpp
cpp-array
cpp-subset
1
answer
78
views
How to encode and decode a string to base64 in C++
asked
Jul 10, 2025
by
avibootz
cpp
cpp-decode
cpp-base64
cpp-encode
1
answer
144
views
How to scale & rotate a triangle using OpenGL, FreeGLUT, GLEW & Shaders with rotation & translation matrix in C++
asked
Jul 9, 2025
by
avibootz
freeglut
glew
opengl
cpp
shaders
1
answer
131
views
How to scale & move a triangle using OpenGL, FreeGLUT, GLEW, Shaders with scaling & translation matrix & uniform in C++
asked
Jul 9, 2025
by
avibootz
freeglut
cpp
glew
opengl
shaders
1
answer
109
views
How to scale a triangle using OpenGL with FreeGLUT, GLEW, and Shaders with scaling matrix and uniform in C++
asked
Jul 9, 2025
by
avibootz
opengl
glew
cpp
freeglut
shaders
1
answer
128
views
How to remove the letters from word1 if they do not exist in word2 with C++
asked
Jul 9, 2025
by
avibootz
cpp
cpp-string
1
answer
120
views
How to move a triangle using OpenGL with FreeGLUT, Shaders with rotation matrix, uniform, and GLEW in C++
asked
Jul 8, 2025
by
avibootz
opengl
cpp
glew
freeglut
shaders
1
answer
133
views
How to remove the letters from word1 if they exist in word2 with C++
asked
Jul 8, 2025
by
avibootz
cpp
cpp-string
1
answer
137
views
How to remove multiple spaces from a string in C++
asked
Jul 7, 2025
by
avibootz
cpp
cpp-string
cpp-remove-multiple-spaces-string
remove-multiple-spaces-string
1
answer
98
views
How to get intersection of two strings in C++
asked
Jul 6, 2025
by
avibootz
cpp
cpp-string
cpp-intersection
1
answer
119
views
How to create a vector containing all elements that are included in other two vectors in C++
asked
Jul 6, 2025
by
avibootz
cpp
cpp-vector
1
answer
105
views
How to pad a string on both sides in C++
asked
Jul 5, 2025
by
avibootz
cpp
cpp-string
1
answer
114
views
How to find the minimum substring of string s1 that includes every character of string s2 in C++
asked
Jul 5, 2025
by
avibootz
cpp
cpp-string
cpp-substring
cpp-minimum-substring
minimum-substring
1
answer
98
views
How to sort a vector of repeated integers with C++
asked
Jul 5, 2025
by
avibootz
cpp
cpp-sort
cpp-vector
3
answers
124
views
How to pad a string on the left in C++
asked
Jul 4, 2025
by
avibootz
cpp
cpp-string
3
answers
141
views
How to pad a string on the right in C++
asked
Jul 3, 2025
by
avibootz
cpp
cpp-string
1
answer
113
views
How to draw a moving triangle using OpenGL with FreeGLUT, Shaders with translation matrix, uniform, and GLEW in C++
asked
Jul 2, 2025
by
avibootz
cpp
opengl
glew
freeglut
shaders
1
answer
93
views
How to get the current runtime version in C++
asked
Jul 2, 2025
by
avibootz
cpp
cpp-runtime
1
answer
94
views
How to increment an integer represented as an integer vector of digits by one in C++
asked
Jul 2, 2025
by
avibootz
cpp
cpp-vector
1
answer
128
views
How to draw a grow and shrink triangle using OpenGL with FreeGLUT, Shaders with uniform variable, and GLEW in C++
asked
Jul 1, 2025
by
avibootz
cpp
opengl
glew
freeglut
shaders
2
answers
139
views
How to check if a string is a valid number in C++
asked
Jul 1, 2025
by
avibootz
cpp
cpp-string
1
answer
104
views
How to allocate a vector of type T with a length of N million in C++
asked
Jul 1, 2025
by
avibootz
cpp
cpp-allocation
cpp-vector
1
answer
82
views
How to calculate the fraction representation of a float number in C++
asked
Jun 30, 2025
by
avibootz
cpp
cpp-fraction
1
answer
95
views
How to get the fraction and exponent of a real number in C++
asked
Jun 30, 2025
by
avibootz
cpp
cpp-exponent
cpp-fraction
1
answer
143
views
How to draw a triangle on the screen using OpenGL with FreeGLUT, Shaders and GLEW in C++
asked
Jun 29, 2025
by
avibootz
opengl
glew
freeglut
cpp
shaders
1
answer
88
views
How to calculate the mean and the standard deviation of a vector of floating-point values in C++
asked
Jun 29, 2025
by
avibootz
cpp
cpp-mean
cpp-standard-deviation
1
answer
121
views
How to calculate the sum of squares of a vector of floating-point values in C++
asked
Jun 29, 2025
by
avibootz
cpp
cpp-vector
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
14
...
80
next »
...