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
Is std::string::replace() optimized for same length strings?
Aug 17, 2026
c++
optimization
replace
stdstring
Default constructed std::string c_str() value
Aug 18, 2026
c++
stdstring
resize std::string without initializing memory
Aug 14, 2026
c++
c++20
stdstring
C++: How do I write the contents of std::string to a UTF-8 encoded file?
Aug 08, 2026
c++
file
utf-8
file-io
stdstring
why is std::copy faster than std::string constructor?
Aug 02, 2026
c++
performance
std
stdstring
returning const char* to char* and then changing the data
Jul 31, 2026
c++
pointers
stdstring
Is it valid for an std::string to contain a null character '\0' not at its end? [duplicate]
Jul 29, 2026
c++
stdstring
c-strings
null-terminated
C++/CLI String Conversions
Jul 29, 2026
string
visual-c++
c++-cli
interop
stdstring
Is it safe to pass an `std::string` temporary into an `std::string_view` parameter?
Jul 20, 2026
c++
c++17
stdstring
string-view
How do I convert vectors of various types to std::string?
Jun 30, 2026
c++
templates
stdvector
stdstring
function-templates
how to remove the end newline characters using c++? [duplicate]
Jun 18, 2026
c++
trim
stdstring
Appending formatted content to a `std::string` without creating temporaries
Jun 12, 2026
c++
stdstring
How to most efficiently construct a std::string from char * with size
Jun 12, 2026
c++
std
stdstring
Using zlib for std::string and stringstream
Jun 11, 2026
c++
zlib
stringstream
stdstring
deflate
What happens when a string literal is passed to a function accepting a const std::string & in C++?
Jun 10, 2026
c++
stdstring
Can I convert an int to string then count the number of digits?
Jun 10, 2026
c++
stdstring
How can I get a pointer to the first element of an std::string even if it is empty
Jun 05, 2026
c++
stdstring
sprintf with %s and std::string gives gibberish
Jun 02, 2026
c++
string
printf
variadic-functions
stdstring
Older Entries »