Talk:Comparison of programming languages (strings)
Appearance
![]() | Computing List‑class | |||||||||
|
[Untitled]
The "String Literals" section "compares styles for declaring a string literal." Yet despite all the crazy forms listed there, there isn't anything on how to declare a "regular" string literal. --76.167.241.45 (talk) 08:25, 22 March 2009 (UTC)
Series TODO items ;; 20061030
- DONE figure out how to turn the 'series banner' into a wp transclusion template
- CANCEL (wp tables may be too cumbersome for new editors) convert the double-semicolon delimited records into pretty wp tables
- add string functions from the (strings) article
- add more article categories with more dimensions of comparison
- take out the ___blank___ spots
What is a "regular" string?
This first item discussed (above) asks about "regular" strings. Being a programmer, I do not recognize an agreed upon definition for this concept. Can anyone expand that thought? Bcwilmot (talk) 00:42, 30 November 2010 (UTC)
C++ also suports multiline strings!!!
e.g: const char* s1 = R"foo( Hello World )foo";
Source: https://en.cppreference.com/w/cpp/language/string_literal
You are welcomen!