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
html
pascal
dart
ruby
r
css
bootstrap
groovy
sql
win32
mysql
winapi
jquery
lua
winforms
pascal-string
bash
kotlin-string
c-string
swift-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
rust-vector
cobol
typescript-array
python-list
scala-array
reactjs
c-windows
kotlin-array
go-array
nodejs-string
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
swift-matrix
c#-matrix
go-slice
c#-array
java-array
nodejs-express
kotlin-matrix
sdl3
angularjs
rust-matrix
go-matrix
typescript-matrix
vbnet-array
kotlin-list
scala-matrix
javascript-matrix
php-matrix
raylib
glfw
4-digit-prime-unique
string-anagram
vbnet-matrix
python-matrix
java-matrix
scala-list
java-list
javascript-regex
random-excluding-list
Disclosure:
My content contains affiliate links.
Recent questions tagged CPP-STRING
38,907
questions
50,613
answers
573
users
Recent questions tagged CPP-STRING
1
answer
19
views
How to get all the substrings with exactly k distinct characters from a given string in C++
asked
Nov 12
by
avibootz
cpp
cpp-substring
cpp-string
substrings-with-k-distinct-characters
1
answer
34
views
How to write a recursive function to generate all permutations of a string in C++
asked
Nov 4
by
avibootz
cpp
cpp-string
cpp-recursion
1
answer
31
views
How to count words in a string with punctuation in C++
asked
Nov 2
by
avibootz
cpp
cpp-string
3
answers
46
views
How to check whether a string can be segmented into a sequence of words from a dictionary in C++
asked
Sep 27
by
avibootz
cpp
cpp-string
1
answer
39
views
How to reverse a word in a string with C++
asked
Sep 25
by
avibootz
cpp
cpp-string
cpp-reverse
1
answer
37
views
How to check if two given words are present in a string in C++
asked
Sep 12
by
avibootz
cpp
cpp-string
1
answer
41
views
How to extract a float from a string in C++
asked
Jul 28
by
avibootz
cpp
cpp-string
cpp-extract
1
answer
54
views
How to create a string with a repeated character N times in C++
asked
Jul 27
by
avibootz
cpp
cpp-string
1
answer
57
views
How to split a string with multiple separators in C++
asked
Jul 21
by
avibootz
cpp
cpp-string
2
answers
61
views
How to find whether a string s3 is formed by an interleaving of the strings s1 and s2 in C++
asked
Jul 20
by
avibootz
cpp
cpp-string
cpp-interleaving
1
answer
54
views
How to remove stop words from a string in C++
asked
Jul 17
by
avibootz
cpp
cpp-string
1
answer
51
views
How to check if a string includes $sometext$ without numbers in C++
asked
Jul 11
by
avibootz
cpp
cpp-string
1
answer
58
views
How to remove the letters from word1 if they do not exist in word2 with C++
asked
Jul 9
by
avibootz
cpp
cpp-string
1
answer
59
views
How to remove the letters from word1 if they exist in word2 with C++
asked
Jul 8
by
avibootz
cpp
cpp-string
1
answer
72
views
How to remove multiple spaces from a string in C++
asked
Jul 7
by
avibootz
cpp
cpp-string
1
answer
42
views
How to get intersection of two strings in C++
asked
Jul 6
by
avibootz
cpp
cpp-string
cpp-intersection
1
answer
40
views
How to pad a string on both sides in C++
asked
Jul 5
by
avibootz
cpp
cpp-string
1
answer
49
views
How to find the minimum substring of string s1 that includes every character of string s2 in C++
asked
Jul 5
by
avibootz
cpp
cpp-string
cpp-substring
cpp-minimum-substring
minimum-substring
3
answers
55
views
How to pad a string on the left in C++
asked
Jul 4
by
avibootz
cpp
cpp-string
3
answers
68
views
How to pad a string on the right in C++
asked
Jul 3
by
avibootz
cpp
cpp-string
2
answers
59
views
How to check if a string is a valid number in C++
asked
Jul 1
by
avibootz
cpp
cpp-string
1
answer
54
views
How to convert a string with either , or . as decimal/thousand separators into a float in C++
asked
Jun 27
by
avibootz
cpp
cpp-string
cpp-convert
2
answers
68
views
How to remove string trailing path separator in C++
asked
Jun 16
by
avibootz
cpp
cpp-string
2
answers
72
views
How to remove the trailing slashes from a string in C++
asked
Jun 13
by
avibootz
cpp
cpp-string
2
answers
80
views
How to remove all non-ASCII characters from a string in C++
asked
Jun 12
by
avibootz
cpp
cpp-string
cpp-ascii
1
answer
57
views
How to find the first occurrence of a pattern in a string from some starting position in C++
asked
Jun 9
by
avibootz
cpp
cpp-string
1
answer
59
views
How to check if a string is blank (empty, null, or contains only whitespace) in C++
asked
Jun 7
by
avibootz
cpp
cpp-string
1
answer
89
views
How to sort a string with digits and letters (digits before letters) in C++
asked
May 25
by
avibootz
cpp
cpp-sort
cpp-string
1
answer
68
views
How to move the digits of a string with digits and letters to the beginning of the string in C++
asked
May 25
by
avibootz
cpp
cpp-string
1
answer
80
views
How to sort a string with digits and letters (letters before digits) in C++
asked
May 25
by
avibootz
cpp
cpp-string
cpp-sort
1
answer
119
views
How to find all double quote substrings in a string with C++
asked
May 13
by
avibootz
cpp
cpp-string
cpp-substring
cpp-regex
1
answer
94
views
How to combine a string with a dynamic double-quoted substring in C++
asked
May 12
by
avibootz
cpp
cpp-string
cpp-substring
1
answer
88
views
How to declare a string with double quote substrings in C++
asked
May 12
by
avibootz
cpp
cpp-string
cpp-substring
1
answer
69
views
How to remove a random word from a string in C++
asked
May 4
by
avibootz
cpp
cpp-string
1
answer
78
views
How to convert a URL inside a string to a hyperlink in C++
asked
May 2
by
avibootz
cpp
cpp-string
1
answer
77
views
How to assign to string the japanese word ネコ in C++
asked
Apr 19
by
avibootz
cpp
cpp-string
1
answer
67
views
How to tokenize a string in C++
asked
Apr 10
by
avibootz
cpp
cpp-string
2
answers
93
views
How to replace multiple spaces in a string with a single space between words in C++
asked
Apr 4
by
avibootz
cpp
cpp-string
1
answer
89
views
How to check if a string starts with a substring from a vector of substrings in C++
asked
Apr 3
by
avibootz
cpp
cpp-string
1
answer
76
views
How to split a string into chunks of two characters each in C++
asked
Mar 30
by
avibootz
cpp
cpp-string
2
answers
75
views
How to get the number of characters that two strings have in common in C++
asked
Mar 19
by
avibootz
cpp
cpp-string
1
answer
72
views
How to remove HTML tags from a string in C++
asked
Mar 15
by
avibootz
cpp
cpp-string
2
answers
144
views
How to case insensitive string compare in C++
asked
Sep 27, 2022
by
avibootz
cpp
cpp-string
3
answers
222
views
How to convert a string to an integer in C++
asked
May 24, 2022
by
avibootz
cpp
cpp-string
cpp-convert
2
answers
213
views
How to convert binary string to int number in C++
asked
Jul 15, 2020
by
avibootz
cpp
cpp-string
cpp-binary
2
answers
238
views
How to convert a string to vector of chars in C++
asked
Jul 11, 2019
by
avibootz
cpp
cpp-string
cpp-vector
2
answers
157
views
How to remove the first word from string in C++
asked
Apr 19, 2018
by
avibootz
cpp
cpp-string
cpp-remove
1
answer
199
views
How to remove duplicate spaces from a string in C++
asked
Jan 27, 2018
by
avibootz
cpp
cpp-string
3
answers
440
views
How to count words in a string with C++
asked
Feb 25, 2017
by
avibootz
cpp
cpp-string
To see more, click for the
full list of questions
or
popular tags
.
...