Sandbox

From Dark Omen Wiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
{|class="codetable"
{|class="codetable"
|-
|-
-
|Hello
+
|   std::wstring cpp_text
-
|Huhu
+
|-
|-
-
|Hihi
+
|       (
-
|Hoho
+
|-
 +
|          L"start file\n" \
 +
|-
 +
|          L"    /*\n" \
 +
|-
 +
|          L"    */\n" \
 +
|-
 +
|          L"    {\n" \
 +
|-
 +
|          L"        // line comment 1\n" \
 +
|-
 +
|          L"    }\n" \
 +
|-
 +
|          L"    {\n" \
 +
|-
 +
|          L"        {\n" \
 +
|-
 +
|          L"            {\n" \
 +
|-
 +
|          L"                {\n" \
 +
|-
 +
|          L"                }\n" \
 +
|-
 +
|          L"            }\n" \
 +
|-
 +
|          L"            // line comment 1.5\n" \
 +
|-
 +
|          L"            {\n" \
 +
|-
 +
|          L"            }\n" \
 +
|-
 +
|          L"            // line comment 2\n" \
 +
|-
 +
|          L"            /*\n" \
 +
|-
 +
|          L"            */\n" \
 +
|-
 +
|          L"        }\n" \
 +
|-
 +
|          L"    }\n" \
 +
|-
 +
|          L"//end file."
 +
|-
 +
|        );
|-
|-
|}
|}

Revision as of 23:30, 23 September 2008

std::wstring cpp_text
(
L"start file\n" \
L" /*\n" \
L" */\n" \
L" {\n" \
L" // line comment 1\n" \
L" }\n" \
L" {\n" \
L" {\n" \
L" {\n" \
L" {\n" \
L" }\n" \
L" }\n" \
L" // line comment 1.5\n" \
L" {\n" \
L" }\n" \
L" // line comment 2\n" \
L" /*\n" \
L" */\n" \
L" }\n" \
L" }\n" \
L"//end file."
);
Personal tools
communication