Search code examples
Why can I construct a string with multiple string literals?...


c++stringconcatenationgrammarstring-literals

Read More
Eval on tricky string forms of defaultdict...


python-3.xevalstring-literalsdefaultdictunicode-escapes

Read More
Rubocop MutableConstant not observing frozen string literal comment...


rubystring-literalsrubocop

Read More
c++ How could I properly predefined array of char*?...


c++cconstantsstring-literals

Read More
Passing string to javascript function in razor...


javascriptjqueryrazorstring-literals

Read More
character string literal and string literal in standard?...


cstringconstantsstring-literals

Read More
C: try to assign string literal "abc" to an array of size 3, valgrind detects error...


carraysmemoryvalgrindstring-literals

Read More
Why can I update a pointer to a (constant) string literal?...


cpointersstring-literals

Read More
C -> sizeof string is always 8...


cstringsizeofstring-literals

Read More
Template Argument Deduction from String Literal...


c++c++11templatesstring-literalsperfect-forwarding

Read More
Optimizing flex string literal parsing...


c++parsingflex-lexerstdstringstring-literals

Read More
#define string over multiple lines...


cstringc-preprocessorstring-literalspreprocessor-directive

Read More
Does making a char* point to another string literal leak memory?...


cstringmemory-leaksc-stringsstring-literals

Read More
Single vs Double quotes in Julia...


stringjuliaquotesstring-literals

Read More
Implementing string literals with their size in a table...


carraysstringsizeofstring-literals

Read More
Pointer initialization string literals...


cinitializationstack-overflowstring-literals

Read More
Initializing an array of characters with a string variable...


c++arraysstringcharstring-literals

Read More
Error returning char* in c++ function...


c++stringbufferstring-literals

Read More
Type id of std::string for variable vs. string in argument?...


c++stringc++11string-literals

Read More
Why does clang take a string literal as a pointer rather than an array?...


c++overloadingstandardsstring-literals

Read More
Quoting YAML (for Travis CI)...


formattingescapingyamltravis-cistring-literals

Read More
Can std::string::c_str() be used whenever a string literal is expected?...


c++castingc-stringsstring-literalsrapidjson

Read More
Compare unicode std::string with usual "" literal or u8"" declartion...


c++11unicodeutf-8stdstringstring-literals

Read More
Hash/# not a comment...


pythonpython-2.7commentsstring-literals

Read More
Can't get results due to typed literal (xsd:string) querying SPARQL from Jena;...


javaxsdsparqljenastring-literals

Read More
GCC __func__ gets evaluated to an empty string...


cgccc-preprocessorstring-literals

Read More
C storing string literals inside dynamic 2D arrays...


cstring-literals

Read More
Address length of a string literal...


cgccmemoryconstantsstring-literals

Read More
Why are the memory addresses of string literals so different from others', on Linux?...


clinuxmemorymemory-addressstring-literals

Read More
Does use of new String("hello") is completely useless over simple "hello", when ...


javastringstring-literals

Read More
BackNext