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
Escape braces in C# interpolated raw string literal
Dec 06, 2025
c#
string
string-literals
string-interpolation
c#-11.0
What is the diffrence between char *str="this is a string" from char *str = strdup("this is a string") in C
Dec 04, 2025
c
pointers
c-strings
string-literals
strdup
Python 3.12 SyntaxWarning: invalid escape sequence on triple-quoted string, `\d` must be `\\d`
Dec 03, 2025
python
warnings
string-literals
quoting
python-3.12
Is there C# raw string with delimiter like in C++?
Nov 26, 2025
c#
c++
string
string-literals
rawstring
Does GAS support string literals as numeric constants like NASM does? [duplicate]
Nov 22, 2025
assembly
x86-64
string-literals
gnu-assembler
Custom String Literals
Oct 26, 2025
c++
objective-c
cstring
string-literals
wchar
Is assigning string literal to mutable char* legal on newer language revisions or just warned against by compilers?
Oct 18, 2025
c
constants
language-lawyer
deprecated
string-literals
Creating a compile time string repeating a char n times
Oct 17, 2025
c++
c++20
string-literals
compile-time
string-view
Is strlen Optimized out for String Literals?
Oct 02, 2025
c++
c-strings
string-length
string-literals
compile-time-constant
How to check if a string passed as argument is a modifiable string
Sep 20, 2025
c
string
assert
undefined-behavior
string-literals
Why does std::views::split() compile but not split with an unnamed string literal as a pattern?
Sep 13, 2025
c++
split
string-literals
std-ranges
c++23
Storage of String Literals in memory c++
Sep 08, 2025
c++
arrays
string
compiler-optimization
string-literals
PostgreSQL - WHERE clause not working - Column name not found [duplicate]
Sep 08, 2025
sql
postgresql
string-literals
MSVC accepts std::string array initialized with string literal but gcc and clang rejects
Sep 08, 2025
c++
initialization
language-lawyer
c++20
string-literals
NSString: Why use static over literal?
Feb 23, 2023
objective-c
static
nsstring
string-literals
What is the purpose of the single quotes in this regex expression?
Feb 22, 2023
c#
.net
regex
string-literals
How to use Golang custom scanner string literals and expand memory to load entire file into memory?
Feb 01, 2023
go
string-literals
Change value of character pointer
Jan 30, 2023
c++
pointers
string-literals
Modifying string literal passed in as a function
Jan 17, 2023
c
pointers
pass-by-reference
pass-by-value
string-literals
C: Assert that an expression is a string literal
Sep 02, 2025
c
gcc
string-literals
static-assert
Older Entries »