New posts in string-literals

Why does the compiler prefer f(const void*) to f(const std::string &)?

Why do string literals (char*) in C++ have to be constants?

C -> sizeof string is always 8

How to "instanceof" a primitive string (string literal) in JavaScript [duplicate]

GCC 4.7 Source Character Encoding and Execution Character Encoding For String Literals?

C/C++, can you #include a file into a string literal? [duplicate]

Include )" in raw string literal without terminating said literal

Comparing character arrays and string literals in C++

Why allow concatenation of string literals?

Are char arrays guaranteed to be null terminated?

Why are my two tuples containing strings, created the same way, not equal?

Does JavaScript have literal strings?

How to define string literal union type from constants in Typescript

String literals not allowed as non type template parameters

Why are the memory addresses of string literals so different from others', on Linux?

Concat two `const char` string literals

C++ Comparison of String Literals

Lifetime of a string literal returned by a function

What is the rationale for parenthesis in C++11's raw string literals R"(...)"?

Regular expression for a string literal in flex/lex