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
95
views
How to merge two vectors in C++
asked
Oct 9, 2024
by
avibootz
cpp
1
answer
90
views
How to initialize and print a vector of objects in C++
asked
Oct 8, 2024
by
avibootz
cpp
1
answer
81
views
How to get the middle words of a string in C++
asked
Oct 8, 2024
by
avibootz
cpp
1
answer
97
views
How to write a function that gets n and returns the sum: 1+ 2 + 3 +...+ n in C++
asked
Oct 6, 2024
by
avibootz
cpp
1
answer
79
views
How to convert time in milliseconds to number of years in C++
asked
Oct 5, 2024
by
avibootz
cpp
1
answer
71
views
How to calculate PI value with asin() function in C++
asked
Oct 4, 2024
by
avibootz
cpp
2
answers
129
views
How to convert a number in a string to an array of int digits in C++
asked
Sep 30, 2024
by
avibootz
cpp
1
answer
83
views
How to check if a number has zero in the center in C++
asked
Sep 28, 2024
by
avibootz
cpp
1
answer
89
views
What is the difference between a pointer and reference in C++
asked
Sep 28, 2024
by
avibootz
cpp
2
answers
112
views
How to generate N unique random numbers between min and max in C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
104
views
How to generate N random numbers between min and max into an array with C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
84
views
How to generate N combinations of X numbers in C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
91
views
How to generate N random numbers between min and max into a vector with C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
94
views
How to generate X groups of N random numbers between min and max in C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
95
views
How to generate N random numbers between min and max in C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
110
views
How to split a string into an array by delimiter and remove empty elements in C++
asked
Sep 23, 2024
by
avibootz
cpp
1
answer
120
views
How to use pragma to link to User32.lib to use C-API functions of User32.dll in C++ Win32 API
asked
Sep 22, 2024
by
avibootz
win32
winapi
cpp
1
answer
85
views
How to check if a sequence of numbers is a Harmonic progression (reciprocals Arithmetic progression) in C++
asked
Sep 22, 2024
by
avibootz
cpp
1
answer
108
views
How to check if a sequence of numbers is a Geometric progression (consecutive ratios are the same) in C++
asked
Sep 21, 2024
by
avibootz
cpp
2
answers
128
views
How to check if a sequence of numbers is an Arithmetic progression (consecutive differences are the same) in C++
asked
Sep 20, 2024
by
avibootz
cpp
1
answer
120
views
How to get the current date and time with milliseconds accuracy in C++
asked
Sep 20, 2024
by
avibootz
cpp
1
answer
132
views
How to get the first two digits after the decimal point of a float number in C++
asked
Sep 18, 2024
by
avibootz
cpp
1
answer
118
views
How to round a floating point number and remove digits after decimal point in C++
asked
Sep 18, 2024
by
avibootz
cpp
1
answer
113
views
How to check odd or even using the conditional (ternary) operator in C++
asked
Sep 17, 2024
by
avibootz
cpp
1
answer
75
views
How to use assert to ensure that a function is executed only once in C++
asked
Sep 17, 2024
by
avibootz
cpp
1
answer
85
views
How to declare array size with constexpr in c++
asked
Sep 17, 2024
by
avibootz
cpp
1
answer
106
views
How to create a member function with read-only reference parameter in C++
asked
Sep 16, 2024
by
avibootz
cpp
1
answer
75
views
How to count the occurrence of the spaces and any ASCII characters in a string with C++
asked
Sep 16, 2024
by
avibootz
cpp
1
answer
119
views
How to declaring a member function as read-only function with the const keyword in C++
asked
Sep 16, 2024
by
avibootz
cpp
1
answer
97
views
How to count the number of characters in a string without spaces and special characters in C++
asked
Sep 15, 2024
by
avibootz
cpp
1
answer
87
views
How to use constexpr to set a static value at compilation time in C++
asked
Sep 15, 2024
by
avibootz
cpp
1
answer
75
views
How to calculate the volume of a box in C++
asked
Sep 15, 2024
by
avibootz
cpp
1
answer
100
views
How to print a right-angled triangle of numbers in C++
asked
Sep 14, 2024
by
avibootz
cpp
1
answer
78
views
How to copy the last N characters from a string to the beginning of the string in C++
asked
Sep 13, 2024
by
avibootz
cpp
1
answer
92
views
How to remove the last N characters from a string in C++
asked
Sep 12, 2024
by
avibootz
cpp
1
answer
86
views
How to remove N characters from the middle of a string in C++
asked
Sep 11, 2024
by
avibootz
cpp
1
answer
76
views
How to replace the last occurrence of a character in a string with C++
asked
Sep 9, 2024
by
avibootz
cpp
1
answer
101
views
How to remove the last occurrence of a word from a string in C++
asked
Sep 8, 2024
by
avibootz
cpp
cpp-remove-last-occurrence-word-string
remove-last-occurrence-word-string
1
answer
84
views
How to get the first N characters of a string in C++
asked
Sep 7, 2024
by
avibootz
cpp
1
answer
101
views
How to remove the first and the last character from a string in C++
asked
Sep 7, 2024
by
avibootz
cpp
1
answer
106
views
How to write a recursive function that calculates power in C++
asked
Sep 3, 2024
by
avibootz
cpp
1
answer
100
views
How to check whether a number is a perfect cube root in C++
asked
Sep 1, 2024
by
avibootz
cpp
1
answer
103
views
How to use thread sleep in C++
asked
Sep 1, 2024
by
avibootz
cpp
1
answer
75
views
How to reverse each word in a string with C++
asked
Aug 30, 2024
by
avibootz
cpp
1
answer
119
views
How to use for loop with a range of negative numbers in C++
asked
Aug 29, 2024
by
avibootz
cpp
2
answers
87
views
How to join a vector of strings into a string in C++
asked
Aug 26, 2024
by
avibootz
cpp
1
answer
73
views
How to use variable in regex with C++
asked
Aug 25, 2024
by
avibootz
cpp
1
answer
104
views
How to declare initialize and print vector of pairs in C++
asked
Aug 25, 2024
by
avibootz
cpp
2
answers
94
views
How to count the number of substrings in a string in C++
asked
Aug 24, 2024
by
avibootz
cpp
2
answers
108
views
How to count the number of non-overlapping instances of substring in a string in C++
asked
Aug 24, 2024
by
avibootz
cpp
Page:
« prev
1
...
9
10
11
12
13
14
15
16
17
18
19
...
77
next »
...