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
91
views
How to fill a matrix with 1 and 0 in random locations with C++
asked
Jan 24, 2025
by
avibootz
cpp
1
answer
74
views
How to fill an array with 1 and 0 in random locations with C++
asked
Jan 24, 2025
by
avibootz
cpp
2
answers
93
views
How to concatenate a std::string and an int with C++
asked
Jan 24, 2025
by
avibootz
cpp
cpp-concatenate
1
answer
78
views
How to filter items from a std::map in C++
asked
Jan 21, 2025
by
avibootz
cpp
cpp-map
1
answer
86
views
How to use a templated function to catch the incorrect parameter in C++
asked
Jan 20, 2025
by
avibootz
cpp
1
answer
79
views
How to find the first value greater than or equal to a search value in a map with C++
asked
Jan 20, 2025
by
avibootz
cpp
1
answer
80
views
How to remove empty string values in a vector with C++
asked
Jan 20, 2025
by
avibootz
cpp
1
answer
82
views
How to find the second biggest number in a vector with C++
asked
Jan 19, 2025
by
avibootz
cpp
2
answers
120
views
How to split a string by substring delimiter in C++
asked
Jan 18, 2025
by
avibootz
cpp
1
answer
83
views
How to declare, initialize, and print struct with a float array in C++
asked
Jan 18, 2025
by
avibootz
cpp
3
answers
118
views
How to find the min and max of an int array in C++
asked
Jan 16, 2025
by
avibootz
cpp
1
answer
90
views
How to use a bitwise operator to pass multiple Integer values to a function for C++
asked
Jan 14, 2025
by
avibootz
cpp
1
answer
82
views
How to add percentage to a number in C++
asked
Jan 14, 2025
by
avibootz
cpp
2
answers
107
views
How to get the difference between two dates in seconds with C++
asked
Jan 13, 2025
by
avibootz
cpp
2
answers
78
views
How to check if a vector is all increasing or decreasing and the gap between numbers is 1, 2 or 3 in C++
asked
Jan 11, 2025
by
avibootz
cpp
1
answer
79
views
How to calculate string length without spaces in C++
asked
Jan 11, 2025
by
avibootz
cpp
1
answer
143
views
How to create a window using VS Empty Project with Raylib and C++
asked
Jan 10, 2025
by
avibootz
cpp
raylib
1
answer
76
views
How to zero a 2D array in C++
asked
Jan 10, 2025
by
avibootz
cpp
1
answer
98
views
How to find the maximum difference between two successive elements in an int vector with C++
asked
Jan 7, 2025
by
avibootz
cpp
1
answer
72
views
How to get the month name from a date in C++
asked
Jan 7, 2025
by
avibootz
cpp
1
answer
102
views
How to get the month name from current date in C++
asked
Jan 7, 2025
by
avibootz
cpp
1
answer
86
views
How to convert an int number into a vector of int digits in C++
asked
Jan 6, 2025
by
avibootz
cpp
2
answers
98
views
How to convert an int number into an array of int digits in C++
asked
Jan 6, 2025
by
avibootz
cpp
1
answer
119
views
How to split an array into evenly sized chunks in C++
asked
Jan 5, 2025
by
avibootz
cpp
1
answer
135
views
How to load and center a .bmp file texture using SDL3 in Win32 C++
asked
Jan 4, 2025
by
avibootz
cpp
win32
sdl3
1
answer
127
views
How to load and move a .bmp file texture from bottom right using SDL3 in Win32 C++
asked
Jan 4, 2025
by
avibootz
cpp
win32
sdl3
1
answer
106
views
How to display the IP address of a local computer in Windows with C++
asked
Jan 4, 2025
by
avibootz
cpp
1
answer
87
views
How to get the next 15 leap years in C++
asked
Jan 4, 2025
by
avibootz
cpp
1
answer
131
views
How to load and move a .bmp file texture from top left using SDL3 in Win32 C++
asked
Jan 3, 2025
by
avibootz
win32
cpp
sdl3
1
answer
121
views
How to draw and fill several rectangles once using SDL3 in Win32 C++
asked
Jan 2, 2025
by
avibootz
win32
cpp
sdl3
1
answer
142
views
How to draw several rectangles that grow and shrink constantly at once using SDL3 in Win32 C++
asked
Jan 2, 2025
by
avibootz
cpp
win32
sdl3
3
answers
155
views
How to convert a 64-bit number between big-endian and little-endian values in C++
asked
Jan 2, 2025
by
avibootz
cpp
3
answers
140
views
How to convert a 32-bit number between big-endian and little-endian values in C++
asked
Jan 2, 2025
by
avibootz
cpp
2
answers
123
views
How to convert a 16-bit number between big-endian and little-endian values in C++
asked
Jan 2, 2025
by
avibootz
cpp
1
answer
61
views
How to check if character is letter in C++
asked
Jan 2, 2025
by
avibootz
cpp
1
answer
152
views
How to draw a fiiled rectangle that grows and shrinks constantly using SDL3 in Win32 C++
asked
Jan 1, 2025
by
avibootz
win32
sdl3
cpp
1
answer
150
views
How to draw a rectangle that grows and shrinks constantly using SDL3 in Win32 C++
asked
Jan 1, 2025
by
avibootz
cpp
sdl3
win32
1
answer
140
views
How to draw random points moving across the screen using SDL3 in Win32 C++
asked
Jan 1, 2025
by
avibootz
cpp
win32
sdl3
1
answer
68
views
How to calculate the surface area of a pyramid in C++
asked
Jan 1, 2025
by
avibootz
cpp
1
answer
79
views
How to create and initialize an array of objects from a struct in C++
asked
Dec 31, 2024
by
avibootz
cpp
1
answer
69
views
How to create and initialize one object from a struct in C++
asked
Dec 31, 2024
by
avibootz
cpp
1
answer
73
views
How to create an array with constexpr in C++
asked
Dec 31, 2024
by
avibootz
cpp
1
answer
141
views
How to draw random color lines from a center point to create a circle shape using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
sdl3
win32
cpp
1
answer
125
views
How to draw a box inside a shape with lines and different colors using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
cpp
win32
sdl3
1
answer
131
views
How to draw a box with 4 lines using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
cpp
win32
sdl3
1
answer
76
views
How to make a tuple and unpack a part of the tuple values into variables with C++
asked
Dec 30, 2024
by
avibootz
cpp
1
answer
83
views
How to make a tuple and unpack the tuple values into variables with C++
asked
Dec 30, 2024
by
avibootz
cpp
2
answers
86
views
How to find words separated by space, comma, period, tab, and newline using regex in C++
asked
Dec 30, 2024
by
avibootz
cpp
1
answer
81
views
How to check if a string contains only English letters in C++
asked
Dec 30, 2024
by
avibootz
cpp
1
answer
128
views
How to draw two lines in an X across on the screen using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
sdl3
win32
cpp
Page:
« prev
1
...
7
8
9
10
11
12
13
14
15
16
17
...
78
next »
...