Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in string-literals
Is the memory address for string literals in different translation units the same?
May 18, 2026
c++
memory
string-literals
Why can an array of char be a template parameter but a const char* can't
May 15, 2026
c++
c++11
templates
c++14
string-literals
Isn't there a syntax error? Should printf("one" ", two and " "%s.\n", "three" ); be valid code?
May 12, 2026
c
gcc
syntax
c-preprocessor
string-literals
How can I handle string if null character in the middle of string?
May 11, 2026
c
c-strings
string-literals
null-character
Strange behavior with string literals in C kernel
May 03, 2026
c
kernel
string-literals
How to delete/free a string literal?
Apr 25, 2026
c++
memory
c++17
string-literals
How are string literals stored in memory for c++?
Apr 23, 2026
c++
c++11
xcode6
osx-mavericks
string-literals
How to replace string literals back/front slashes in Julia?
Apr 19, 2026
python
julia
backslash
string-literals
Why does a &str not have a "does not live long enough" issue when returned from a function? [duplicate]
Mar 29, 2026
string
rust
lifetime
string-literals
What difference does it make to surround string literals with multiple quotation marks?
Mar 18, 2026
python
string-literals
double-quotes
Memory allocation when creating new String as literal/new Object
Mar 14, 2026
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++?
Mar 14, 2026
c++
c
pointers
char
string-literals
std::string vs string literal for functions
Mar 08, 2026
c++
string
stdstring
string-literals
A question about returning local pointer variable in function
Mar 06, 2026
c
return-value
literals
string-literals
storage-duration
Create raw text string in C++, analogous to C#'s "@ string"
Mar 01, 2026
c#
c++
string
string-literals
Can passing a non string literal the c function strftime create a uncontrolled format string vulnerability
Feb 25, 2026
c
printf
string-formatting
string-literals
strftime
Is word used for storing string literal constant pool of memory and ROM both are same
Feb 20, 2026
c
string
string-literals
Older Entries »