Newbetuts
.
New posts in c-strings
`% a` in string reads as a point in memory [duplicate]
c
printf
c-strings
modulo
Returning 'c_str' from a function
c++
c
c-strings
c-str
static-allocation
Using C-string gives Warning: "Address of stack memory associated with local variable returned"
c++
pointers
c-strings
Sum of Digits in a String (using string objects) C++
c++
string
object
sum
c-strings
Is sprintf(buffer, "%s […]", buffer, […]) safe?
c
printf
c-strings
String termination - char c=0 vs char c='\0'
c
string
c-strings
null-terminated
ansi-c
What is the difference between memcmp, strcmp and strncmp in C?
c
string
c-strings
Why is strdup considered to be evil
c
c-strings
What is the reason for not being able to deduce array size from initializer-string in member variable?
c++
c++11
c-strings
in-class-initialization
C Strings Comparison with Equal Sign
c
string
c-strings
Is it bad to declare a C-style string without const? If so, why?
c++
c
c-strings
What happens to memory after '\0' in a C string?
c
string
pointers
malloc
c-strings
How to print a specific character from a string in C
c
loops
for-loop
nested-loops
c-strings
Can a std::string contain embedded nulls?
c++
stdstring
c-strings
null-terminated
Proper way to copy C strings
c++
string
copy
c-strings
Is it possible to print out only a certain section of a C-string, without making a separate substring?
c
printf
c-strings
How do you convert CString and std::string std::wstring to each other?
c++
mfc
c-strings
stdstring
Getting no output why is that?
c
scope
c-strings
function-definition
toupper
Why do I first have to strcpy() before strcat()?
c
c-strings
What is the lifetime of the result of std::string::c_str()?
c++
string
c-strings
lifetime
c-str
Prev
Next