Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string-literals

Is the memory address for string literals in different translation units the same?

c++ memory string-literals

Why can an array of char be a template parameter but a const char* can't

Isn't there a syntax error? Should printf("one" ", two and " "%s.\n", "three" ); be valid code?

How can I handle string if null character in the middle of string?

Strange behavior with string literals in C kernel

c kernel string-literals

How to delete/free a string literal?

How are string literals stored in memory for c++?

How to replace string literals back/front slashes in Julia?

Why does a &str not have a "does not live long enough" issue when returned from a function? [duplicate]

What difference does it make to surround string literals with multiple quotation marks?

Memory allocation when creating new String as literal/new Object

java string string-literals

What is the reason to initialize or assign an empty string literal to a pointer to char in C, or a pointer to const char in C++?

std::string vs string literal for functions

A question about returning local pointer variable in function

Create raw text string in C++, analogous to C#'s "@ string"

c# c++ string string-literals

Can passing a non string literal the c function strftime create a uncontrolled format string vulnerability

Is word used for storing string literal constant pool of memory and ROM both are same

c string string-literals