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
winapi
vbnet
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,640
questions
54,303
answers
573
users
Recent questions tagged CPP
1
answer
83
views
How to use make_unique with move in C++
asked
Oct 17, 2024
by
avibootz
cpp
1
answer
92
views
How to replace new and delete with make_unique in C++
asked
Oct 17, 2024
by
avibootz
cpp
1
answer
133
views
How to create an ASCII frequency table from a string in C++
asked
Oct 17, 2024
by
avibootz
cpp
1
answer
125
views
How to get the bitwise right-rotation of X by N positions (right circular shift) using bitset in C++
asked
Oct 13, 2024
by
avibootz
cpp
cpp-bitset
1
answer
129
views
How to get the bitwise left-rotation of X by N positions (left circular shift) using bitset in C++
asked
Oct 13, 2024
by
avibootz
cpp
1
answer
122
views
How to perform binary shift right using bitset in C++
asked
Oct 13, 2024
by
avibootz
cpp
1
answer
68
views
How to include everything in C++
asked
Oct 13, 2024
by
avibootz
cpp
1
answer
118
views
How to run while loop for N seconds in C++
asked
Oct 11, 2024
by
avibootz
cpp
1
answer
119
views
How to convert a 2D array to a 1D array in C++
asked
Oct 11, 2024
by
avibootz
cpp
1
answer
98
views
How to convert string to wchar_t in C++
asked
Oct 10, 2024
by
avibootz
cpp
1
answer
136
views
How to create a vector with user-defined size in C++
asked
Oct 9, 2024
by
avibootz
cpp
2
answers
117
views
How to merge two vectors in C++
asked
Oct 9, 2024
by
avibootz
cpp
1
answer
116
views
How to initialize and print a vector of objects in C++
asked
Oct 8, 2024
by
avibootz
cpp
1
answer
102
views
How to get the middle words of a string in C++
asked
Oct 8, 2024
by
avibootz
cpp
1
answer
135
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
109
views
How to convert time in milliseconds to number of years in C++
asked
Oct 5, 2024
by
avibootz
cpp
1
answer
90
views
How to calculate PI value with asin() function in C++
asked
Oct 4, 2024
by
avibootz
cpp
2
answers
162
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
104
views
How to check if a number has zero in the center in C++
asked
Sep 28, 2024
by
avibootz
cpp
1
answer
119
views
What is the difference between a pointer and reference in C++
asked
Sep 28, 2024
by
avibootz
cpp
2
answers
142
views
How to generate N unique random numbers between min and max in C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
136
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
105
views
How to generate N combinations of X numbers in C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
112
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
118
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
113
views
How to generate N random numbers between min and max in C++
asked
Sep 24, 2024
by
avibootz
cpp
1
answer
150
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
148
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
126
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
145
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
167
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
151
views
How to get the current date and time with milliseconds accuracy in C++
asked
Sep 20, 2024
by
avibootz
cpp
1
answer
166
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
141
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
135
views
How to check odd or even using the conditional (ternary) operator in C++
asked
Sep 17, 2024
by
avibootz
cpp
1
answer
95
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
107
views
How to declare array size with constexpr in c++
asked
Sep 17, 2024
by
avibootz
cpp
1
answer
122
views
How to create a member function with read-only reference parameter in C++
asked
Sep 16, 2024
by
avibootz
cpp
1
answer
101
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
137
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
119
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
110
views
How to use constexpr to set a static value at compilation time in C++
asked
Sep 15, 2024
by
avibootz
cpp
1
answer
96
views
How to calculate the volume of a box in C++
asked
Sep 15, 2024
by
avibootz
cpp
1
answer
119
views
How to print a right-angled triangle of numbers in C++
asked
Sep 14, 2024
by
avibootz
cpp
1
answer
102
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
115
views
How to remove the last N characters from a string in C++
asked
Sep 12, 2024
by
avibootz
cpp
1
answer
112
views
How to remove N characters from the middle of a string in C++
asked
Sep 11, 2024
by
avibootz
cpp
1
answer
93
views
How to replace the last occurrence of a character in a string with C++
asked
Sep 9, 2024
by
avibootz
cpp
1
answer
127
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
101
views
How to get the first N characters of a string in C++
asked
Sep 7, 2024
by
avibootz
cpp
Page:
« prev
1
...
12
13
14
15
16
17
18
19
20
21
22
...
80
next »
...