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,988
questions
51,933
answers
573
users
Recent questions tagged CPP
1
answer
79
views
How to sum the corners of a matrix in C++
asked
May 19, 2024
by
avibootz
cpp
1
answer
75
views
How to print the corners of a matrix in C++
asked
May 19, 2024
by
avibootz
cpp
1
answer
97
views
How to initialize a matrix with random characters in C++
asked
May 18, 2024
by
avibootz
cpp
cpp-matrix-random-characters
matrix-random-characters
1
answer
102
views
How to initialize char array with random characters in C++
asked
May 18, 2024
by
avibootz
cpp
1
answer
107
views
How to inverse N x M matrix in C++
asked
May 16, 2024
by
avibootz
cpp
cpp-inverse-matrix
inverse-matrix
1
answer
110
views
How to create an M x N matrix with random numbers in C++
asked
May 16, 2024
by
avibootz
cpp
cpp-matrix-random-numbers
matrix-random-numbers
1
answer
101
views
How to compare int array and int vector in C++
asked
May 15, 2024
by
avibootz
cpp
1
answer
128
views
What to include to use srand in C++
asked
May 14, 2024
by
avibootz
cpp
1
answer
133
views
How to generate 8 digits int random number in C++
asked
May 14, 2024
by
avibootz
cpp
1
answer
118
views
How to generate 4 digits int random number in C++
asked
May 13, 2024
by
avibootz
cpp
1
answer
120
views
How to get the square root rounded down to the nearest integer of a positive integer in C++
asked
May 12, 2024
by
avibootz
cpp
cpp-square-root-rounded-down-to-nearest-integer
square-root-rounded-down-to-nearest-integer
1
answer
118
views
How to split a string of words into 3-word lines of text in C++
asked
May 11, 2024
by
avibootz
cpp
1
answer
76
views
How to check if two equal-length strings are at least 50% equal in C++
asked
May 10, 2024
by
avibootz
cpp
1
answer
92
views
How to check if two strings have the same words in different order with C++
asked
May 9, 2024
by
avibootz
cpp
1
answer
94
views
How to check if two strings have the same number of words in C++
asked
May 8, 2024
by
avibootz
cpp
2
answers
95
views
How to sum two binary strings in C++
asked
May 8, 2024
by
avibootz
cpp
1
answer
95
views
How to convert an array of digits to an integer add 1 and convert it back to an array of digits in C++
asked
May 6, 2024
by
avibootz
cpp
1
answer
140
views
How to check if a string is a valid positive integer in C++
asked
May 6, 2024
by
avibootz
cpp
1
answer
135
views
How to check if a string is a valid negative integer in C++
asked
May 6, 2024
by
avibootz
cpp
1
answer
146
views
How to check if a string is a valid positive or negative integer in C++
asked
May 6, 2024
by
avibootz
cpp
1
answer
108
views
How to fill matrix in spiral form start from center in C++
asked
May 5, 2024
by
avibootz
cpp
2
answers
115
views
How to get the length of the last word in a string with C++
asked
May 4, 2024
by
avibootz
cpp
1
answer
91
views
How to convert an integer values in string to integers in C++
asked
Apr 30, 2024
by
avibootz
cpp
2
answers
119
views
How to convert hex string to signed integer in C++
asked
Apr 30, 2024
by
avibootz
cpp
1
answer
81
views
How to parse octal in C++
asked
Apr 30, 2024
by
avibootz
cpp
1
answer
64
views
How to parse hex in C++
asked
Apr 29, 2024
by
avibootz
cpp
2
answers
188
views
How to use ranges::find_if_not to find the first element in the range that satisfies a criteria with C++
asked
Apr 28, 2024
by
avibootz
cpp
2
answers
159
views
How to use ranges::find_if to find the first element in the range that satisfies a criteria with C++
asked
Apr 28, 2024
by
avibootz
cpp
2
answers
158
views
How to use ranges::find to find the first element in a range equal to value with C++
asked
Apr 28, 2024
by
avibootz
cpp
1
answer
166
views
How to use ranges::fill_n to assign a value to all elements in a range with C++
asked
Apr 28, 2024
by
avibootz
cpp
1
answer
158
views
How to break out of multiple for loops at once in C++
asked
Apr 25, 2024
by
avibootz
cpp
1
answer
106
views
How to set a pointer to the the last element of a vector in C++
asked
Apr 23, 2024
by
avibootz
cpp
3
answers
141
views
How to remove all occurrences of a value in array of integers with C++
asked
Apr 23, 2024
by
avibootz
cpp
2
answers
121
views
How to find N unique integers sum up to zero in C++
asked
Apr 16, 2024
by
avibootz
cpp
1
answer
120
views
How to check if a given string exists in a matrix of characters with C++
asked
Apr 15, 2024
by
avibootz
cpp
1
answer
100
views
How to swap values with subtraction and addition in C++
asked
Apr 10, 2024
by
avibootz
cpp
1
answer
128
views
How to remove the lowest order bit in C++
asked
Apr 5, 2024
by
avibootz
cpp
1
answer
142
views
How to use default arguments in function with C++
asked
Apr 5, 2024
by
avibootz
cpp
1
answer
75
views
How to get the kth bit of a number in C++
asked
Apr 3, 2024
by
avibootz
cpp
1
answer
92
views
How to get the lower 8 bits of an int in C++
asked
Apr 2, 2024
by
avibootz
cpp
1
answer
96
views
How to generate random string without repetition in C++
asked
Apr 1, 2024
by
avibootz
cpp
1
answer
133
views
How to find the starting and ending position of a given value in a sorted integer array in C++
asked
Mar 30, 2024
by
avibootz
cpp
1
answer
154
views
How to find the index of Nth occurrence of a character in a string with C++
asked
Mar 28, 2024
by
avibootz
cpp
2
answers
158
views
How to find the length of the second smallest word in a string with C++
asked
Mar 27, 2024
by
avibootz
cpp
1
answer
148
views
How to check if second string a rotated version of first string in C++
asked
Mar 25, 2024
by
avibootz
cpp
1
answer
115
views
How to check if second string is subsequence of first string in C++
asked
Mar 24, 2024
by
avibootz
cpp
2
answers
149
views
How to remove non-duplicate characters from string in C++
asked
Mar 20, 2024
by
avibootz
cpp
1
answer
105
views
How to remove characters from a numeric string such that the string becomes divisible by 8 in C++
asked
Mar 19, 2024
by
avibootz
cpp
1
answer
113
views
How to find the maximum length of concatenated strings from an array of strings with unique characters in C++
asked
Mar 18, 2024
by
avibootz
cpp
2
answers
131
views
How to remove the middle character from a string in C++
asked
Mar 16, 2024
by
avibootz
cpp
Page:
« prev
1
...
13
14
15
16
17
18
19
20
21
22
23
...
77
next »
...