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
vbnet
winapi
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,647
questions
54,310
answers
573
users
Recent questions tagged CPP
1
answer
120
views
How to calculate the Collatz sequence for a range starting from 3 to 10 in C++
asked
Nov 6, 2023
by
avibootz
cpp
1
answer
110
views
How to calculate the Collatz sequence starting with 13 in C++
asked
Nov 6, 2023
by
avibootz
cpp
2
answers
181
views
How to find max product of 4 adjacent numbers in the same direction in a 20×20 grid with C++
asked
Nov 2, 2023
by
avibootz
cpp
cpp-grid
1
answer
104
views
How to create a 10x10 matrix with random numbers between 1 and 100 in C++
asked
Nov 1, 2023
by
avibootz
cpp
1
answer
123
views
How to create a 20x20 matrix with random numbers between 1 and 100 in C++
asked
Nov 1, 2023
by
avibootz
cpp
1
answer
135
views
How to calculate percentage from fraction in C++
asked
Oct 30, 2023
by
avibootz
cpp
1
answer
109
views
How to find the sum of all the primes below two million in C++
asked
Oct 27, 2023
by
avibootz
cpp
1
answer
106
views
How to find the sum of all the primes below 10000 (ten thousand) in C++
asked
Oct 27, 2023
by
avibootz
cpp
1
answer
107
views
How to find the sum of all the primes below 10 (ten) in C++
asked
Oct 27, 2023
by
avibootz
cpp
1
answer
120
views
How to find pythagorean triplet values for which a + b + c <= 25 in C++
asked
Oct 23, 2023
by
avibootz
cpp
1
answer
118
views
How to find pythagorean triplet for which a + b + c = 25 in C++
asked
Oct 23, 2023
by
avibootz
cpp
1
answer
105
views
How to find pythagorean triplet for which a + b + c = 1000 in C++
asked
Oct 22, 2023
by
avibootz
cpp
1
answer
117
views
How to print prime numbers up to N in C++
asked
Oct 21, 2023
by
avibootz
cpp
1
answer
89
views
How to calculate the Nth prime number in C++
asked
Oct 21, 2023
by
avibootz
cpp
1
answer
93
views
How to calculate the 10000st prime number in C++
asked
Oct 21, 2023
by
avibootz
cpp
1
answer
98
views
How to calculate the 1000st prime number in C++
asked
Oct 21, 2023
by
avibootz
cpp
2
answers
130
views
How to append int to int in C++
asked
Oct 19, 2023
by
avibootz
cpp
1
answer
139
views
How to square the sum of the first ten natural numbers (1 to 10) in C++
asked
Oct 18, 2023
by
avibootz
cpp
1
answer
140
views
How to sum of the squares of the first ten natural numbers (1 to 10) in C++
asked
Oct 18, 2023
by
avibootz
cpp
1
answer
144
views
How to find the smallest number that is evenly divisible by all of the numbers from 1 to 20 in C++
asked
Oct 17, 2023
by
avibootz
cpp
1
answer
135
views
How to find the smallest number that is evenly divisible by all of the numbers from 1 to 10 in C++
asked
Oct 17, 2023
by
avibootz
cpp
cpp-lcm
3
answers
192
views
How to find the largest palindrome made from the product of two 3-digit numbers in C++
asked
Oct 16, 2023
by
avibootz
cpp
4
answers
209
views
How to find the largest palindrome made from the product of two 2-digit numbers in C++
asked
Oct 15, 2023
by
avibootz
cpp
cpp-palindrome
1
answer
116
views
How to find the prime factors of large number in C++
asked
Oct 15, 2023
by
avibootz
cpp
1
answer
144
views
How to find the sum of the even valued in fibonacci sequence with C++
asked
Oct 14, 2023
by
avibootz
cpp
cpp-fibonacci
2
answers
162
views
How to find the sum of all the multiples of 3 or 5 below 1000 in C++
asked
Oct 13, 2023
by
avibootz
cpp
1
answer
136
views
How to print all subsequences of a string in C++
asked
Oct 12, 2023
by
avibootz
cpp
2
answers
142
views
How to find the sum of all the multiples of 3 or 5 below 10 in C++
asked
Oct 10, 2023
by
avibootz
cpp
1
answer
118
views
How to find third angle of a triangle in C++
asked
Oct 10, 2023
by
avibootz
cpp
1
answer
148
views
How to create the DJB2 hash function for strings in C++
asked
Oct 8, 2023
by
avibootz
cpp
1
answer
129
views
How to check if specific digit exists in a number with C++
asked
Oct 3, 2023
by
avibootz
cpp
1
answer
146
views
How to rearrange an array such that every odd index element is greater than its previous with C++
asked
Oct 1, 2023
by
avibootz
cpp
1
answer
174
views
How to rearrange an array such that every second element becomes greater than its left and right element with C++
asked
Sep 30, 2023
by
avibootz
cpp
1
answer
129
views
How to invert the bits of a number in C++
asked
Sep 28, 2023
by
avibootz
cpp
1
answer
246
views
How to draw a shape of a triangle with empty triangle in the middle using OpenGL with GLFW and Glad in C++
asked
Sep 26, 2023
by
avibootz
opengl
cpp
glfw
glad
1
answer
236
views
How to draw the outline of a square with specific color using OpenGL with GLFW and Glad in C++
asked
Sep 24, 2023
by
avibootz
cpp
opengl
glfw
glad
1
answer
239
views
How to draw a shape similar to paper vane with 4 triangles with specific color using OpenGL with GLFW and Glad in C++
asked
Sep 24, 2023
by
avibootz
cpp
opengl
glfw
glad
1
answer
217
views
How to draw a square with specific color using OpenGL with GLFW and Glad in C++
asked
Sep 23, 2023
by
avibootz
cpp
opengl
glfw
glad
1
answer
109
views
How to remove continued repeated digits in a given number with C++
asked
Sep 23, 2023
by
avibootz
cpp
1
answer
97
views
How to remove continued repeated digits in a given string with C++
asked
Sep 23, 2023
by
avibootz
cpp
1
answer
276
views
How to draw 2 parallel vertical lines with specific color using OpenGL with GLFW and Glad in C++
asked
Sep 22, 2023
by
avibootz
cpp
opengl
glfw
glad
1
answer
220
views
How to draw 4 points (box corners) with specific color using OpenGL with GLFW and Glad in C++
asked
Sep 22, 2023
by
avibootz
cpp
opengl
glfw
glad
1
answer
242
views
How to create a simple colored window using OpenGL with GLFW and Glad in C++
asked
Sep 21, 2023
by
avibootz
cpp
opengl
glfw
glad
1
answer
107
views
How to print character from ASCII value in C++
asked
Sep 20, 2023
by
avibootz
cpp
1
answer
95
views
How to print letters palindrome triangle pattern in C++
asked
Sep 20, 2023
by
avibootz
cpp
1
answer
102
views
How to print numbers palindrome triangle pattern in C++
asked
Sep 20, 2023
by
avibootz
cpp
1
answer
143
views
How to print right triangle pattern of multiplication tables in C++
asked
Sep 20, 2023
by
avibootz
cpp
1
answer
161
views
How to convert a 2D coordinate into 1D index in C++
asked
Sep 18, 2023
by
avibootz
cpp
1
answer
169
views
How to convert a 1D coordinate into 2D indexes in C++
asked
Sep 18, 2023
by
avibootz
cpp
2
answers
197
views
How to merge elements of two sorted not equal vectors by maintaining the sorted order in C++
asked
Sep 16, 2023
by
avibootz
cpp
Page:
« prev
1
...
20
21
22
23
24
25
26
27
28
29
30
...
80
next »
...