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
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
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
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged CPP
39,987
questions
51,931
answers
573
users
Recent questions tagged CPP
1
answer
97
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
59
views
How to pick a random value from a map in C++
asked
Jul 16, 2025
by
avibootz
cpp
cpp-map
1
answer
60
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
85
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
95
views
How to find the 100001 prime number in C++
asked
Jul 15, 2025
by
avibootz
cpp
cpp-prime
1
answer
58
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
62
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
34
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
73
views
How to filter a vector in-place with C++
asked
Jul 13, 2025
by
avibootz
cpp
cpp-vector
cpp-filter
1
answer
50
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
2
answers
62
views
How to XOR byte vectors in C++
asked
Jul 12, 2025
by
avibootz
cpp
cpp-xor
1
answer
98
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
82
views
How to check if a string includes $sometext$ without numbers in C++
asked
Jul 11, 2025
by
avibootz
cpp
cpp-string
1
answer
81
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
51
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
110
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
99
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
76
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
92
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
82
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
98
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
95
views
How to remove multiple spaces from a string in C++
asked
Jul 7, 2025
by
avibootz
cpp
cpp-string
1
answer
69
views
How to get intersection of two strings in C++
asked
Jul 6, 2025
by
avibootz
cpp
cpp-string
cpp-intersection
1
answer
87
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
82
views
How to pad a string on both sides in C++
asked
Jul 5, 2025
by
avibootz
cpp
cpp-string
1
answer
76
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
64
views
How to sort a vector of repeated integers with C++
asked
Jul 5, 2025
by
avibootz
cpp
cpp-sort
cpp-vector
3
answers
88
views
How to pad a string on the left in C++
asked
Jul 4, 2025
by
avibootz
cpp
cpp-string
3
answers
101
views
How to pad a string on the right in C++
asked
Jul 3, 2025
by
avibootz
cpp
cpp-string
1
answer
83
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
61
views
How to get the current runtime version in C++
asked
Jul 2, 2025
by
avibootz
cpp
cpp-runtime
1
answer
66
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
97
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
93
views
How to check if a string is a valid number in C++
asked
Jul 1, 2025
by
avibootz
cpp
cpp-string
1
answer
73
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
59
views
How to calculate the fraction representation of a float number in C++
asked
Jun 30, 2025
by
avibootz
cpp
cpp-fraction
1
answer
66
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
104
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
57
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
89
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
1
answer
42
views
How to compute the hypotenuse h of the triangle in C++
asked
Jun 28, 2025
by
avibootz
cpp
cpp-triangle
1
answer
112
views
How to draw a triangle on the screen using OpenGL with FreeGLUT and GLEW in C++
asked
Jun 27, 2025
by
avibootz
cpp
opengl
glew
freeglut
1
answer
70
views
How to convert a string with either , or . as decimal/thousand separators into a float in C++
asked
Jun 27, 2025
by
avibootz
cpp
cpp-string
cpp-convert
1
answer
84
views
How to draw a dot in the middle of the screen using OpenGL with FreeGLUT and GLEW in C++
asked
Jun 26, 2025
by
avibootz
opengl
freeglut
cpp
glew
1
answer
76
views
How to check if any value in a one-dimensional array a is larger than x using std::any_of in C++
asked
Jun 25, 2025
by
avibootz
cpp
cpp-array
1
answer
76
views
How to generate an n x n matrix filled with elements from 1 to N^2 in spiral order in C++
asked
Jun 24, 2025
by
avibootz
cpp
cpp-matrix
1
answer
52
views
How to schedule the execution of a function in 5 seconds with C++
asked
Jun 23, 2025
by
avibootz
cpp
cpp-execution
1
answer
40
views
How to calculate the center of a rectangle in C++
asked
Jun 22, 2025
by
avibootz
cpp
cpp-rectangle
1
answer
56
views
How to check if a point is inside a rectangle in C++
asked
Jun 21, 2025
by
avibootz
cpp
cpp-point
cpp-rectangle
2
answers
69
views
How to convert a byte array to a hex string in C++
asked
Jun 21, 2025
by
avibootz
cpp
cpp-byte-array
cpp-array
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
...
77
next »
...