Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Yurttas/PL/OOL/Cplusplus/F/07/02/02/00/pattern.h
Language
Watch
Edit
Revision as of 00:03, 7 November 2013 by
MassBot1
(
talk
|
contribs
)
(Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// pattern.h #include <string> using namespace std; const string pattern = "STL"; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1
// pattern.h
2
3
4
#include
<string>
5
6
using
namespace
std
;
7
8
const
string
pattern
=
"STL"
;