Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stdstring
How to force std::stringstream operator >> to read an entire string?
Sep 06, 2022
c++
stl
stringstream
stdstring
Can I free the memory of the char* string when I assign it to std::string?
Aug 22, 2022
c++
string
free
stdstring
How do I cast `std::string` to `std::vector<unsigned char>` without making a copy?
Sep 06, 2022
c++
casting
stdvector
stdstring
In C++11 what is the most performant way to return a reference/pointer to a position in a std::string?
Nov 01, 2022
c++
c++11
stdstring
Can `std::basic_string::operator[]` return a "distant" protected page nul terminator?
Jan 14, 2021
c++
language-lawyer
c++14
stdstring
c++17
When compiling with MINGW gcc, overloaded new operator is not called for std::string
May 09, 2022
c++
gcc
stdstring
gcc9
How to properly return std::string (or how to properly use that returned value)
Apr 01, 2019
c++
return-value
stdstring
Limit number of std::string allocations
Sep 28, 2022
c++
valgrind
allocation
stdstring
When to use char array instead of strings in c++?
Sep 14, 2022
c++
stdstring
string-literals
Substring of a std::string in utf-8? C++11
Nov 09, 2022
c++
c++11
utf-8
substr
stdstring
Read and remove first (or last) line from txt file without copying
May 18, 2022
c++
fstream
getline
stdstring
boost-interprocess
Why does emplace_back("Hello") call strlen?
Oct 18, 2022
c++
stdvector
stdstring
How to elegantly initialize vector<char *> with string literal?
Aug 28, 2022
c++
vector
initialization
cstring
stdstring
Delete elements in a std::vector<std::string> which matches with the characters in another given std::string
Aug 30, 2022
c++
algorithm
stdvector
stdstring
c++-standard-library
Free memory used by a std::string
Oct 15, 2022
c++
linux
stdstring
STL basic_string length with null characters
May 03, 2022
c++
string
stl
stdstring
C++11 case insensitive comparison of beginning of a string (unicode)
Jan 30, 2020
c++
c++11
stdstring
Copying boost::array<char> to std::string
May 24, 2018
c++
string
boost
iterator
stdstring
C++ copy std::string to char array with no null termination
May 05, 2022
c++
stdstring
strcpy
arrays
efficiently compare QString and std::string for equality
Oct 11, 2021
c++
qt
std
stdstring
qstring
« Newer Entries
Older Entries »