List Question
20 TechQA 2024-02-03T05:17:28.493000How do I pass a string to a function requiring BYTE*?
151 views
Asked by Andrew
Does a const char* literal string persistently exist as long as the process alive?
1.1k views
Asked by Leon
What is the difference between '\0' and "\0" in C++ string
318 views
Asked by Rahul Kumawat
C++ std::istringstream how to not terminate at '\0'
144 views
Asked by Shuyang
Newlines and null-terminated string in assembly
331 views
Asked by Konstei
The emulator process for AVD Pixel_3a_API_33 has terminated
72 views
Asked by CodeMini
Why in C++ are some characters in a multibyte UTF-8 string represented by negative numbers?
236 views
Asked by Ilya Chalov
How to construct a `std::string` from a buffer that may or may not contain a null?
968 views
Asked by Parker Coates
sizeof('\0') null terminator as literal is four bytes but how come in string of characters it takes only one byte?
181 views
Asked by Mysterious Jack
How does a String terminate in C?
117 views
Asked by cy10
parse a char vector to different strings
65 views
Asked by Rajani Bawgi
include_str for null terminated string
456 views
Asked by DanielV
How does realloc treat null bytes in strings?
111 views
Asked by C-h me
In this solution, if *inputString is a memory address (and the input is a char type) then does *inputString qualify as an array?
74 views
Asked by generateGeorgina
Append a null terminator to a C++ string
1.2k views
Asked by ring0
fprintf on (unterminated?) C-string doesn't spew garbage or segfault -- undefined behavior?
44 views
Asked by StoneThrow
Put null byte at the end of C array
743 views
Asked by heturing
Character array without a null terminator in C
587 views
Asked by CPlus
How to save a text file as an array of strings in MIPS
255 views
Asked by Jacob
How do I print a vector of chars using fmt?
2.7k views
Asked by einpoklum