Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-strings

What will be the output, if we print a string that contains "%s" in it?

c printf undefined c-strings

Why does an empty string literal in a multidimensional array decay to a null pointer?

How to determine if strings are equal in Objective C?

objective-c c-strings

Dealing with returning C strings

c coding-style c-strings

Returning 'c_str' from a function

constexpr function returning string literal

Why can't I edit a char in a char*?

c gcc c-strings

Returning a C string in a constexpr function: why no warning from the compiler?

static_cast from 'const char *' to 'void *' is not allowed

c++ casting c-strings

How do strings and char arrays work in C?

c arrays string c-strings

Appending element into an array of strings in C

c append c-strings strcpy strcat

Comparing std::string and C-style string literals

Implementation of strcmp

c c-strings strcmp

constexpr log10 Function for Integers

NSString cString is Deprecated. What is the alternative?

How to extract a substring from a string in C?

c string c-strings

C-String array initialization - is this mutable? [duplicate]

c++ c-strings

Default advice for using C-style string literals vs. constructing unnamed std::string objects?

Convert String^ in c# to CString in c++/CLI

c# .net string mfc c-strings

How can I check if a string has special characters in C++ effectively?

c++ string whitelist c-strings