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
2
answers
100
views
How to get the size in bytes of a member of a struct in C++
asked
Jul 3, 2024
by
avibootz
cpp
1
answer
79
views
How to check if a string contains a substring in C++
asked
Jul 2, 2024
by
avibootz
cpp
1
answer
84
views
How to split a string by 1 or more white spaces in C++
asked
Jul 2, 2024
by
avibootz
cpp
1
answer
110
views
How to remove all non-alphanumeric characters from a string in C++
asked
Jul 1, 2024
by
avibootz
cpp
1
answer
89
views
How to check whether a sentence is palindrome in C++
asked
Jul 1, 2024
by
avibootz
cpp
2
answers
143
views
How to convert string with binary number to hex in C++
asked
Jul 1, 2024
by
avibootz
cpp
2
answers
75
views
How to get the current directory in C++
asked
Jun 29, 2024
by
avibootz
cpp
2
answers
103
views
How to measure time in milliseconds using C++
asked
Jun 28, 2024
by
avibootz
cpp
1
answer
78
views
How to add a binary string to an int64 array as an integer value in C++
asked
Jun 28, 2024
by
avibootz
cpp
1
answer
76
views
How to convert integer to char array in C++
asked
Jun 28, 2024
by
avibootz
cpp
2
answers
121
views
How to convert days into human-readable years, months and days in C++
asked
Jun 27, 2024
by
avibootz
cpp
cpp-days-to-human-readable-years-months-days
days-to-human-readable-years-months-days
2
answers
114
views
How to convert days into human-readable weeks and days in C++
asked
Jun 26, 2024
by
avibootz
cpp
cpp-convert-days-human-readable-weeks-days
convert-days-human-readable-weeks-days
1
answer
78
views
How to check if file content is ASCII in C++
asked
Jun 23, 2024
by
avibootz
cpp
2
answers
101
views
How to remove punctuation from a string and lowercase the string in C++
asked
Jun 22, 2024
by
avibootz
cpp
1
answer
84
views
How to pass the address of a pointer to a pointer to a function in C++
asked
Jun 20, 2024
by
avibootz
cpp
1
answer
102
views
How to pass a pointer to pointer to a function in C++
asked
Jun 20, 2024
by
avibootz
cpp
1
answer
125
views
How to sort a vector of pairs based on the second element of the pair in descending order with C++
asked
Jun 19, 2024
by
avibootz
cpp
1
answer
109
views
How to sort a vector of pairs based on the first element of the pair in descending order with C++
asked
Jun 19, 2024
by
avibootz
cpp
1
answer
98
views
How to sort a vector of pairs based on the first element of the pair in C++
asked
Jun 19, 2024
by
avibootz
cpp
1
answer
92
views
How to sort a vector of pairs based on the second element of the pair in C++
asked
Jun 19, 2024
by
avibootz
cpp
2
answers
141
views
How to create, initialize and print a vector of pairs in C++
asked
Jun 18, 2024
by
avibootz
cpp
1
answer
89
views
How to create and initialize a vector of pairs to N times -1,-1 in C++
asked
Jun 18, 2024
by
avibootz
cpp
1
answer
93
views
How to create and initialize a vector of pairs to -1,-1 in C++
asked
Jun 18, 2024
by
avibootz
cpp
1
answer
102
views
How to count the odd and even sum of pairs in an array with C++
asked
Jun 17, 2024
by
avibootz
cpp
1
answer
81
views
How to count the total of all pairs permutations in an array with C++
asked
Jun 17, 2024
by
avibootz
cpp
1
answer
78
views
How to generate all unique 2-digit permutations from a given 3-digit number in C++
asked
Jun 16, 2024
by
avibootz
cpp
2
answers
97
views
How to check if an array contains a pair of numbers whose product is even in C++
asked
Jun 14, 2024
by
avibootz
cpp
2
answers
101
views
How to check if an array contains a pair of numbers whose product is odd in C++
asked
Jun 14, 2024
by
avibootz
cpp
2
answers
97
views
How to How to remove the two middle characters from a string in C++
asked
Jun 12, 2024
by
avibootz
cpp
1
answer
80
views
How to write a recursive function that divides two numbers in C++
asked
Jun 11, 2024
by
avibootz
cpp
1
answer
77
views
How to convert an integer to a string in C++
asked
Jun 9, 2024
by
avibootz
cpp
1
answer
72
views
How to round a number to a multiple of 5 in C++
asked
Jun 9, 2024
by
avibootz
cpp
2
answers
85
views
How to round a number to a multiple of 8 in C++
asked
Jun 7, 2024
by
avibootz
cpp
1
answer
69
views
How to get PI value using std::numbers in C++
asked
Jun 5, 2024
by
avibootz
cpp
1
answer
76
views
How to remove a substring from a given string in C++
asked
Jun 4, 2024
by
avibootz
cpp
2
answers
91
views
How to fill a vector with sequence numbers in C++
asked
Jun 3, 2024
by
avibootz
cpp
1
answer
92
views
How to find the second largest word in a string with C++
asked
Jun 2, 2024
by
avibootz
cpp
1
answer
86
views
How to convert a MAC address string into a vector of uint8_t in C++
asked
May 31, 2024
by
avibootz
cpp
1
answer
80
views
How to catch all unhandled exceptions in C++
asked
May 31, 2024
by
avibootz
cpp
1
answer
102
views
How to mask a number with stars except the first 6 and the last 4 digits in C++
asked
May 30, 2024
by
avibootz
cpp
1
answer
93
views
How to add spaces to a number every 4 digits in C++
asked
May 30, 2024
by
avibootz
cpp
2
answers
97
views
How to mask a number with stars except the last 4 digits in C++
asked
May 29, 2024
by
avibootz
cpp
1
answer
105
views
How to left pad a number with zeros in C++
asked
May 29, 2024
by
avibootz
cpp
2
answers
157
views
How to add leading zeros to the shorter string of two strings in C++
asked
May 27, 2024
by
avibootz
cpp
2
answers
121
views
How to add N zeros to an empty string in C++
asked
May 27, 2024
by
avibootz
cpp
2
answers
138
views
How to add a number with leading zeros into an empty string with C++
asked
May 25, 2024
by
avibootz
cpp
2
answers
121
views
How to print part of a string with a reverse iterator in C++
asked
May 25, 2024
by
avibootz
cpp
1
answer
91
views
How to print a string with a reverse iterator in C++
asked
May 25, 2024
by
avibootz
cpp
1
answer
84
views
How to check if a string ends with a specified substring in C++
asked
May 25, 2024
by
avibootz
cpp
2
answers
161
views
How to split a string at the first occurrence of a separator in C++
asked
May 23, 2024
by
avibootz
cpp
Page:
« prev
1
...
12
13
14
15
16
17
18
19
20
21
22
...
77
next »
...