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
45
views
How to create an enumerated collection in C++
asked
Aug 29, 2025
by
avibootz
cpp
cpp-enumeration
1
answer
47
views
How to convert a decimal value into a fraction (example: 0.5 is 1/2) in C++
asked
Aug 28, 2025
by
avibootz
cpp
cpp-fraction
1
answer
64
views
How to mirror a matrix horizontally and vertically in C++
asked
Aug 27, 2025
by
avibootz
cpp
cpp-matrix
1
answer
58
views
How to mirror a matrix across the main diagonal in C++
asked
Aug 27, 2025
by
avibootz
cpp
cpp-matrix
1
answer
68
views
How to get the last digit of a big int in C++
asked
Aug 27, 2025
by
avibootz
cpp
cpp-biginteger
1
answer
70
views
How to combine 2 maps into a third map in C++
asked
Aug 25, 2025
by
avibootz
cpp
cpp-map
1
answer
61
views
How to convert map values to a list in C++
asked
Aug 23, 2025
by
avibootz
cpp
cpp-map
2
answers
71
views
How to create a queue, then enqueue and dequeue elements in C++
asked
Aug 22, 2025
by
avibootz
cpp
cpp-queue
3
answers
80
views
How to assign a random number using a cryptographically secure random number generator in C++
asked
Aug 20, 2025
by
avibootz
cpp
cpp-random
1
answer
71
views
How to find the length of the longest consecutive sequence of an unsorted vector of integers in C++
asked
Aug 18, 2025
by
avibootz
cpp
cpp-vector
cpp-consecutive-sequence
cpp-sequence
1
answer
94
views
How to create a basic contact manager that allows users to add, search, and display contacts in C++
asked
Aug 18, 2025
by
avibootz
cpp
cpp-contact-manager
1
answer
64
views
How to convert an integer to a string in base b with C++
asked
Aug 17, 2025
by
avibootz
cpp
cpp-convert
2
answers
71
views
How to use XOR to encrypt and decrypt a string in C++
asked
Aug 16, 2025
by
avibootz
cpp
cpp-xor
cpp-encrypt
cpp-decrypt
1
answer
58
views
How to write "Ni Hao" ("Hello") in Chinese to standard output using UTF-8 in C++
asked
Aug 14, 2025
by
avibootz
cpp
cpp-utf8
1
answer
68
views
How to remove a subvector from a vector in C++
asked
Aug 13, 2025
by
avibootz
cpp
cpp-vector
cpp-remove
1
answer
76
views
How to generate N pairs of random digits in C++
asked
Aug 11, 2025
by
avibootz
cpp
cpp-random
1
answer
70
views
How to create a map with key type point (x, y) and value type string in C++
asked
Aug 10, 2025
by
avibootz
cpp
cpp-map
2
answers
87
views
How to check if a string is a palindrome ignoring case and non-alphanumeric characters in C++
asked
Aug 9, 2025
by
avibootz
cpp
cpp-palindrome
1
answer
82
views
How to allocate, fill, print, and deallocate a 2D array in C++
asked
Aug 8, 2025
by
avibootz
cpp
cpp-array
cpp-deallocate
cpp-allocate
2
answers
82
views
How to deallocate a 2D array in C++
asked
Aug 8, 2025
by
avibootz
cpp
cpp-array
cpp-deallocate
2
answers
56
views
How to sum the digits of N! (N factorial) in C++
asked
Aug 6, 2025
by
avibootz
cpp
cpp-factorial
1
answer
64
views
How to use a global variable and a class member variable with the same name in C++
asked
Aug 6, 2025
by
avibootz
cpp
cpp-variable
4
answers
85
views
How to pass an array into a lambda function in C++
asked
Aug 5, 2025
by
avibootz
cpp
cpp-lambda
1
answer
48
views
How to insert an element in a set with C++
asked
Aug 5, 2025
by
avibootz
cpp
cpp-set
1
answer
77
views
How to convert binary digits to a byte vector in C++
asked
Aug 4, 2025
by
avibootz
cpp
cpp-binary
cpp-byte-vector
1
answer
54
views
How to write a user-defined operator in C++
asked
Aug 3, 2025
by
avibootz
cpp
cpp-operator
1
answer
85
views
How to get the minimum path sum from top to bottom in a triangle vector with C++
asked
Aug 3, 2025
by
avibootz
cpp
cpp-vector
2
answers
72
views
How to get the row of Pascal triangle given an integer rowIndex in C++
asked
Aug 3, 2025
by
avibootz
cpp
cpp-pascal-triangle
2
answers
56
views
How to calculate power for large numbers in C++
asked
Aug 2, 2025
by
avibootz
cpp
cpp-power
1
answer
49
views
How to sum the digits of the number 2^N in C++
asked
Aug 1, 2025
by
avibootz
cpp
cpp-power-digits-sum
4
answers
101
views
How to declare a function argument that can accept any type in C++
asked
Jul 31, 2025
by
avibootz
cpp
cpp-argument
1
answer
68
views
How to write and read 8 bits from a file in C++
asked
Jul 30, 2025
by
avibootz
cpp
cpp-bits
cpp-file
1
answer
79
views
How to print a number as binary using cout in C++
asked
Jul 30, 2025
by
avibootz
cpp
cpp-binary
1
answer
52
views
How to set specific bits in a char with C++
asked
Jul 29, 2025
by
avibootz
cpp
cpp-bits
1
answer
55
views
How to assign an 8-bit value directly to a char in C++
asked
Jul 29, 2025
by
avibootz
cpp
cpp-bits
1
answer
64
views
How to extract a float from a string in C++
asked
Jul 28, 2025
by
avibootz
cpp
cpp-string
cpp-extract
1
answer
82
views
How to create a string with a repeated character N times in C++
asked
Jul 27, 2025
by
avibootz
cpp
cpp-string
1
answer
61
views
How to check if an integer contains an even or odd number of bits set in C++
asked
Jul 26, 2025
by
avibootz
cpp
cpp-bits
1
answer
73
views
How to find the greatest product of 3 adjacent numbers in the same (any) direction in a grid with C++
asked
Jul 26, 2025
by
avibootz
cpp
cpp-grid
1
answer
50
views
How to replace multiple consecutive question marks (?) with a single question mark in C++
asked
Jul 23, 2025
by
avibootz
cpp
cpp-replace
1
answer
69
views
How to convert seconds to minutes and hours and seconds in C++
asked
Jul 22, 2025
by
avibootz
cpp
cpp-convert
2
answers
54
views
How to format time hours-minutes-seconds in C++
asked
Jul 22, 2025
by
avibootz
cpp
cpp-time
1
answer
78
views
How to create an empty vector of strings in C++
asked
Jul 21, 2025
by
avibootz
cpp
cpp-vector
1
answer
97
views
How to split a string with multiple separators in C++
asked
Jul 21, 2025
by
avibootz
cpp
cpp-string
1
answer
81
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
100
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
62
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
71
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
87
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
83
views
How to remove stop words from a string in C++
asked
Jul 17, 2025
by
avibootz
cpp
cpp-string
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
77
next »
...