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
pascal-string
lua
winforms
kotlin-string
bash
swift-string
c-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
c-array
swift-array
cobol
typescript-string
php-array
javascript-array
vbnet
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
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
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
represent-boolean-true-false
different-functions-check-number-power-of-2
get-last-word-string
remove-last-word-string
calculate-surface-area-cuboid
Disclosure:
My content contains affiliate links.
Recent questions tagged cpp
40,701
questions
53,052
answers
573
users
Recent questions tagged cpp
1
answer
101
views
How to round up the result of integer division in C++
asked
Dec 4, 2024
by
avibootz
cpp
1
answer
108
views
How to implement a simple binary tree in C++
asked
Dec 4, 2024
by
avibootz
cpp
2
answers
95
views
How to clear a stringstream variable in C++
asked
Dec 4, 2024
by
avibootz
cpp
2
answers
158
views
How to replace comma (,) with semicolon (;) in a string with C++
asked
Dec 3, 2024
by
avibootz
cpp
1
answer
103
views
How to remove the common elements from two vectors in C++
asked
Dec 2, 2024
by
avibootz
cpp
1
answer
85
views
How to convert an ASCII character into a hex value in C++
asked
Dec 1, 2024
by
avibootz
cpp
2
answers
89
views
How to find the most common pair of characters in a string with C++
asked
Nov 27, 2024
by
avibootz
cpp
1
answer
98
views
How to declare and initialize a matrix with zeros in C++
asked
Nov 27, 2024
by
avibootz
cpp
1
answer
96
views
How to find the frequency of every character in a string with C++
asked
Nov 25, 2024
by
avibootz
cpp
1
answer
82
views
What to include to use codecvt_utf8 in C++
asked
Nov 25, 2024
by
avibootz
cpp
1
answer
87
views
How to implement basic text standardization in C++
asked
Nov 25, 2024
by
avibootz
cpp
1
answer
92
views
How to find the characters that a string consists of in C++
asked
Nov 25, 2024
by
avibootz
cpp
2
answers
91
views
How to find the frequency of every word in a vector of strings with C++
asked
Nov 24, 2024
by
avibootz
cpp
1
answer
74
views
How to convert a string to a vector of words in C++
asked
Nov 23, 2024
by
avibootz
cpp
3
answers
97
views
How to trim punctuation in C++
asked
Nov 23, 2024
by
avibootz
cpp
1
answer
86
views
How to retrieve the next character from the stream without consuming it in C++
asked
Nov 22, 2024
by
avibootz
cpp
1
answer
79
views
How to check whether a user enters a number or a word in C++
asked
Nov 22, 2024
by
avibootz
cpp
1
answer
65
views
How to calculate the next multiple of 10 in C++
asked
Nov 22, 2024
by
avibootz
cpp
1
answer
91
views
How to use the operator ~ (Tilde) that inverse (flips) all the bits of its operand (a number) in C++
asked
Nov 21, 2024
by
avibootz
cpp
1
answer
82
views
How to convert text to binary code in C++
asked
Nov 17, 2024
by
avibootz
cpp
1
answer
105
views
How to create a list of two-letter and numbers 0-9 combinations in C++
asked
Nov 17, 2024
by
avibootz
cpp
1
answer
85
views
How to check if a string is in a valid format ("XXX-XXX-XXXX") with numbers in C++
asked
Nov 16, 2024
by
avibootz
cpp
1
answer
104
views
How to check if the digits before and after the decimal point are equal in C++
asked
Nov 14, 2024
by
avibootz
cpp
1
answer
105
views
How to get the digits before and after the decimal point are equal in C++
asked
Nov 14, 2024
by
avibootz
cpp
1
answer
93
views
How to count the digits before and after the decimal point in C++
asked
Nov 14, 2024
by
avibootz
cpp
2
answers
122
views
How to check if total digits before and after the decimal point are equal in C++
asked
Nov 14, 2024
by
avibootz
cpp
2
answers
86
views
How to remove trailing zeros from a string in C++
asked
Nov 14, 2024
by
avibootz
cpp
1
answer
85
views
How to remove leading zeros from a string in C++
asked
Nov 14, 2024
by
avibootz
cpp
1
answer
82
views
How to print double without the decimal places in C++
asked
Nov 9, 2024
by
avibootz
cpp
2
answers
109
views
How to generate 20 digits random number in C++
asked
Nov 9, 2024
by
avibootz
cpp
1
answer
71
views
How to generate 20 digits random numbers in C++
asked
Nov 9, 2024
by
avibootz
cpp
1
answer
80
views
How to create 2 letters permutation from A, B, C, and D in C++
asked
Nov 7, 2024
by
avibootz
cpp
2
answers
87
views
How to create 2 letters combination from A, B, C, and D in C++
asked
Nov 7, 2024
by
avibootz
cpp
1
answer
80
views
How to write an algorithm that adds the odd digits of one number to the end of a second number in C++
asked
Nov 5, 2024
by
avibootz
cpp
1
answer
69
views
How to shuffle a string in C++
asked
Nov 4, 2024
by
avibootz
cpp
2
answers
69
views
How to find the harmonic value of N (1 + 1/2 + 1/3 + ... 1/N) in C++
asked
Nov 2, 2024
by
avibootz
cpp
1
answer
119
views
What is the ATOM data type in C++ Win32 API
asked
Oct 31, 2024
by
avibootz
win32
winapi
cpp
1
answer
147
views
How to get the current Windows wallpaper name using IActiveDesktop interface with C++ Win32 API
asked
Oct 31, 2024
by
avibootz
win32
winapi
cpp
2
answers
117
views
How to get the zodiac sign for a given day and month of birth in C++
asked
Oct 28, 2024
by
avibootz
cpp
1
answer
74
views
How to swap two bits of a byte in C++
asked
Oct 28, 2024
by
avibootz
cpp
1
answer
96
views
How to fill stringstream with N copies of a string in C++
asked
Oct 27, 2024
by
avibootz
cpp
1
answer
98
views
How to find the missing values in a sorted range (x to y) vector with C++
asked
Oct 26, 2024
by
avibootz
cpp
1
answer
86
views
How to count the number of zero bits in a number with C++
asked
Oct 25, 2024
by
avibootz
cpp
2
answers
94
views
How to loop through an array backward in C++
asked
Oct 23, 2024
by
avibootz
cpp
1
answer
56
views
How to convert string to wstring in C++
asked
Oct 23, 2024
by
avibootz
cpp
1
answer
73
views
How to find the two prime numbers of a number whose sum is equal to the number itself in C++
asked
Oct 23, 2024
by
avibootz
cpp
1
answer
67
views
How to get the first number from a string in C++
asked
Oct 22, 2024
by
avibootz
cpp
1
answer
73
views
How to check whether a given password is strong, medium, or weak in C++
asked
Oct 21, 2024
by
avibootz
cpp
2
answers
80
views
How to replace multiple characters in a string with other characters using C++
asked
Oct 20, 2024
by
avibootz
cpp
2
answers
103
views
How to count the white spaces in a string in C++
asked
Oct 19, 2024
by
avibootz
cpp
Page:
« prev
1
...
9
10
11
12
13
14
15
16
17
18
19
...
78
next »
...