Search code examples
python - str containing whitespace characters and int(str)...


pythonstring-literals

Read More
Swift string via string literal vs initializer...


stringswiftstring-literals

Read More
Save Tweets as .csv, Contains String Literals and Entities...


python-3.xcsvtexttwitterstring-literals

Read More
Unable to handle String literals size greater than 65535 characters. Compiler throws IllegalArgument...


javascalajvmbase64string-literals

Read More
Why don't C compilers warn about incompatible types with literal strings?...


cstringlanguage-lawyercompiler-warningsstring-literals

Read More
When are string literals allocated...


javastring-literals

Read More
Efficient C++ way of giving literal meaning to special symbols (") in a C++ string...


c++stringc++11stdstring-literals

Read More
String literal with if...


excelstringformulastring-literals

Read More
shared c constants in a header...


cheaderconstantsstring-literals

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


pythonjuliabackslashstring-literals

Read More
how is the output of the statement is 'E'...


carraysimplicit-conversionstring-literalspointer-arithmetic

Read More
strcat(dest, "\something") - backslash not showing...


cbackslashstring-literals

Read More
I am a beginner in programming in c,need help in sizeof() string constant?...


ctype-conversionsizeofimplicit-conversionstring-literals

Read More
Why do I get a compiler warning for converting a string literal to a char*, is it bad?...


c++c-stringsstring-literals

Read More
Returning a C string in a constexpr function: why no warning from the compiler?...


c++c++14constexprc-stringsstring-literals

Read More
Is there a way to split a literal string to multiple lines with out enter to it \r...


c#string-literals

Read More
Using "constexpr" to use string literal for template parameter...


c++templatesc++11string-literalsconstexpr

Read More
How to print to the return value of a function, using format modifiers, in C?...


cc-stringsstring-literals

Read More
How do i modify the value of char *?...


cpointerscharstring-literals

Read More
Construct an object with a string literal...


c++stringconstructorinitializationstring-literals

Read More
File validation in python, the better approach and why...


regexpython-2.7validationstring-literals

Read More
How to add percent sign to NSString...


objective-cnsstringstring-literals

Read More
Weird gcc error stray/missing terminating " character in C...


cgccstring-literals

Read More
C array initializing - some basics...


carraysstringinitializationstring-literals

Read More
Why can a const reference to a string parameter take string literals?...


c++stringreferencestring-literalsconst-reference

Read More
Is it safe to use const char * literal as a std::map key?...


c++c++11keystdmapstring-literals

Read More
Does data under address assigned using #define can be overwritten?...


cpointersc-preprocessorstring-literals

Read More
I want to know why this works without having to bind memory for the string...


cstringpointersstring-literals

Read More
Can a static c function return a local char array?...


cstringreturnstring-literalsstorage-duration

Read More
How can a character pointer without any address specification hold data?...


cstringpointerscharstring-literals

Read More
BackNext