Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-strings

Email validation in C++

c++ validation email c-strings

join() or implode() in C

c c-strings

Converting a #defined constant number to a string

char array vs. char pointer

c malloc memset c-strings

Convert char** (c) of unknown length to vector<string> (c++) [duplicate]

Does making a char* point to another string literal leak memory?

__int64 to CString returns wrong values - C++ MFC

c++ mfc printf c-strings int64

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