List Question
20 TechQA 2024-01-08T16:43:39.607000How to illustrate the dynamic system output for a PID controller system?
43 views
Asked by Halil İbrahim Özen
How to properly iterate functions/equations
57 views
Asked by Halil İbrahim Özen
How do I read from a heap of C strings with FFI?
144 views
Asked by Evan Carroll
Why doesn't string class take in two words separated with space?
54 views
Asked by ChandanaHK
Use of c_str() for wstrings in c++
285 views
Asked by user3443063
Accidentally linking c_str() strings
112 views
Asked by Alexander Minor
Unexpected behavior when converting a character array to a string
443 views
Asked by Tyler Weiss
Implementing string to int function in c
95 views
Asked by akoluacik
Curious behaviour of c_str() and strings when passed to class
661 views
Asked by tom
Getting char * or const char * data from a string breaks for 16 character strings or longer
860 views
Asked by Joss
c_str() is terminating my encrypted message is there a way to bypass this?
143 views
Asked by Edgar Hernandez
single vs double quotes C++ - interesting, unexpected behaviour
69 views
Asked by tam63
Is it safe to use std::string::c_str() to modify the underlying std::string?
2k views
Asked by anastaciu
Is there a dangling pointer problem in this code?
166 views
Asked by theebugger
Why is c_str() not reading the appended string?
85 views
Asked by katsurice
The lifetime of pointer that point to c_str function in std::string
278 views
Asked by Andy Cong
Strchr and strrchr returning same result
359 views
Asked by mperic
Can you safely get a pointer to a string from its c_str() const char*?
233 views
Asked by The Mawg
c_str() is only reading half of my string, why? How can I fix this? Is it a byte issue?
178 views
Asked by Prinks