Search code examples
Creating a string literal from a define...


cc-preprocessorstring-literals

Read More
C - can I create a const char * variable from char *?...


cregexgetlinec-stringsstring-literals

Read More
replace single backslash in database driven string...


c#stringreplacestring-literals

Read More
Change value of character pointed by a pointer...


cstring-literals

Read More
How to create a Multi-Dimensional Array from a String Literal...


cmultidimensional-arraystring-literals

Read More
Initialising an integer pointer with a value at its pointee's address there itself...


cstringpointersstring-literals

Read More
How to simulate a string based enum...


typescriptenumsstring-literalstypechecking

Read More
Why avoid special characters in table name?...


database-designcharacter-encodingspecial-charactersnaming-conventionsstring-literals

Read More
Making a String with literal r and variables Python...


pythonstring-literals

Read More
string literal pointer issue passing to nested functions...


cstringfunctionpointersstring-literals

Read More
Assigning an element of a pointer to another element from the same pointer...


carraysstringpointersstring-literals

Read More
python u'\u00b0' returns u'\xb0'. Why?...


pythonunicodecharacter-encodingpython-2.xstring-literals

Read More
Why does a pointer work and not a normal variable in this code?...


cstringvariablespointersstring-literals

Read More
The difference between `char *str` and `char str[]` in the declaration of a string...


carraysstringstring-literals

Read More
Calling Javascript method in hyperlink...


javascriptjqueryasp.net-mvchyperlinkstring-literals

Read More
Compilation of string literals...


c++compilationstring-concatenationstring-literals

Read More
who can please explain to me why this atoi command works and how...


cstring-literalspointer-arithmeticatoi

Read More
c - Why do they all point to the same place?...


cpointersstring-literals

Read More
What happens if I try to define a pointer which points to a string literal in C?...


cstringpointersmemorystring-literals

Read More
Is long string literal's type long int*?...


cstring-literalswchar-t

Read More
Where is memory allocated for an immutable string in c?...


cpointersmemory-managementdynamic-memory-allocationstring-literals

Read More
Adding string to verbatim string literal...


c#jsonstring-literalsverbatim-string

Read More
Proper setting a local environment variable in C++...


c++stringc++11environment-variablesstring-literals

Read More
Why can I assign a string literal whose length is less than the array itself?...


c++arraysinitializationstring-literals

Read More
Eloquent JavaScript string concatenation syntax...


javascriptstringstring-literals

Read More
How do I generate an integer from a string literal at compile-time?...


c++templatesc-preprocessorstring-literals

Read More
Combining string literals and integer constants...


c++concatenationc-preprocessorstring-literalsstringification

Read More
Is there a way to pull in a text resource into a raw string literal using the pre-processor?...


c++c++11c-preprocessorstring-literals

Read More
Creating String Literal Type with const...


typescriptstring-literals

Read More
warning: missing terminating " character [enabled by default]...


cstring-literalsjson-c

Read More
BackNext