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
113
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
89
views
How to get the first N characters of a string in C++
asked
Sep 7, 2024
by
avibootz
cpp
1
answer
112
views
How to remove the first and the last character from a string in C++
asked
Sep 7, 2024
by
avibootz
cpp
1
answer
122
views
How to write a recursive function that calculates power in C++
asked
Sep 3, 2024
by
avibootz
cpp
1
answer
118
views
How to check whether a number is a perfect cube root in C++
asked
Sep 1, 2024
by
avibootz
cpp
1
answer
113
views
How to use thread sleep in C++
asked
Sep 1, 2024
by
avibootz
cpp
1
answer
88
views
How to reverse each word in a string with C++
asked
Aug 30, 2024
by
avibootz
cpp
1
answer
130
views
How to use for loop with a range of negative numbers in C++
asked
Aug 29, 2024
by
avibootz
cpp
2
answers
96
views
How to join a vector of strings into a string in C++
asked
Aug 26, 2024
by
avibootz
cpp
1
answer
80
views
How to use variable in regex with C++
asked
Aug 25, 2024
by
avibootz
cpp
1
answer
121
views
How to declare initialize and print vector of pairs in C++
asked
Aug 25, 2024
by
avibootz
cpp
2
answers
99
views
How to count the number of substrings in a string in C++
asked
Aug 24, 2024
by
avibootz
cpp
2
answers
121
views
How to count the number of non-overlapping instances of substring in a string in C++
asked
Aug 24, 2024
by
avibootz
cpp
1
answer
115
views
How to compare two strings lexicographically in C++
asked
Aug 23, 2024
by
avibootz
cpp
1
answer
114
views
How to count the number of characters in array of strings with C++
asked
Aug 20, 2024
by
avibootz
cpp
1
answer
133
views
How to calculate the average length of the strings in a vector of strings with C++
asked
Aug 20, 2024
by
avibootz
cpp
2
answers
105
views
How to use the c_str() function to convert a string object into a c-style string in C++
asked
Aug 17, 2024
by
avibootz
cpp
1
answer
113
views
How to extract the number from the end of a string in C++
asked
Aug 17, 2024
by
avibootz
cpp
1
answer
89
views
How to convert string to wide string in C++
asked
Aug 17, 2024
by
avibootz
cpp
1
answer
104
views
How to use strchr in C++
asked
Aug 16, 2024
by
avibootz
cpp
1
answer
113
views
How to find the position of the first word in a string that starts with a specific letter in C++
asked
Aug 16, 2024
by
avibootz
cpp
1
answer
116
views
How to flatten a 2D array into a sorted one-dimensional array with unique values in C++
asked
Aug 15, 2024
by
avibootz
cpp
1
answer
108
views
How to flatten a 2D vector into a sorted one-dimensional vector in C++
asked
Aug 15, 2024
by
avibootz
cpp
2
answers
115
views
How to convert a 2D vector to a 1D vector in C++
asked
Aug 14, 2024
by
avibootz
cpp
1
answer
183
views
How to draw a square that changes color continually and move it with keyboard keys using C++ Win32 API and Direct3D11
asked
Aug 13, 2024
by
avibootz
winapi
cpp
win32
direct3d11
1
answer
91
views
How to get the first line of a multi-line string in C++
asked
Aug 12, 2024
by
avibootz
cpp
1
answer
136
views
How to convert double to LPCSTR in C++ Win32 API
asked
Aug 12, 2024
by
avibootz
win32
winapi
cpp
1
answer
131
views
How to convert string to LPCSTR in C++ Win32 API
asked
Aug 12, 2024
by
avibootz
cpp
win32
winapi
1
answer
161
views
How to draw a square that changes color and move it up and down continually using C++ Win32 API and Direct3D11
asked
Aug 11, 2024
by
avibootz
winapi
cpp
win32
direct3d11
1
answer
170
views
How to create and use a constant buffer with Direct3D11 using C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
cpp
winapi
direct3d11
1
answer
110
views
How to convert degrees to radians in C++
asked
Aug 10, 2024
by
avibootz
cpp
1
answer
173
views
How to change the text of a Windows title bar in C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
winapi
cpp
1
answer
147
views
How to change the text of a Windows title bar to specific Unicode characters in C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
winapi
cpp
1
answer
153
views
How to convert from LPCTSTR to LPCSTR in C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
winapi
cpp
1
answer
134
views
How to initialize LPWSTR with a const string in C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
winapi
cpp
1
answer
174
views
How to check whether a file exists in C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
winapi
cpp
1
answer
172
views
How to draw a texture (.png) with Direct3D11 using C++ Win32 API
asked
Aug 9, 2024
by
avibootz
win32
winapi
cpp
direct3d11
1
answer
120
views
How to copy byte array to unsigned long in C++
asked
Aug 9, 2024
by
avibootz
cpp
1
answer
110
views
How to get the current date and time in seconds (since Jan 1, 1970 - Unix time 0) using C++
asked
Aug 9, 2024
by
avibootz
cpp
1
answer
145
views
How to convert the HWND to LPCSTR and display it in a MessageBox with C++ Win32 API
asked
Aug 8, 2024
by
avibootz
win32
winapi
cpp
1
answer
166
views
How to check if HWND is a handle to desktop windows with C++ Win32 API
asked
Aug 8, 2024
by
avibootz
win32
winapi
cpp
1
answer
160
views
How to write and read Unicode to and from binary file with C Win32 API
asked
Aug 8, 2024
by
avibootz
win32
cpp
winapi
1
answer
131
views
How to drawing a triangle with Direct3D11 using C++ Win32 API
asked
Aug 7, 2024
by
avibootz
win32
winapi
cpp
direct3d11
1
answer
165
views
How to exit a window with the Esc keyboard key in C++ Win32 API
asked
Aug 7, 2024
by
avibootz
win32
winapi
cpp
2
answers
190
views
How to initialize Direct3D11 and create a window with specific background color with C++ Win32 API
asked
Aug 5, 2024
by
avibootz
win32
cpp
winapi
direct3d11
1
answer
130
views
How to convert microseconds to time (hours, minutes, seconds, and milliseconds) in C++
asked
Aug 5, 2024
by
avibootz
cpp
1
answer
83
views
How to convert microseconds to seconds and minutes in C++
asked
Aug 5, 2024
by
avibootz
cpp
1
answer
97
views
How to calculate: T and his sister J have a combined age of 48, J is twice as old as his sister, how old is J in C++
asked
Aug 5, 2024
by
avibootz
cpp
1
answer
88
views
How to print the integers between 100 and 999 inclusive are divisible by three or four in C++
asked
Aug 5, 2024
by
avibootz
cpp
1
answer
81
views
How to convert microseconds to seconds in C++
asked
Aug 5, 2024
by
avibootz
cpp
Page:
« prev
1
...
11
12
13
14
15
16
17
18
19
20
21
...
78
next »
...