Execute a Markov algorithm: Difference between revisions

Content added Content deleted
(added C++)
m (→‎{{header|C++}}: added a note)
Line 58: Line 58:


=={{header|C++}}==
=={{header|C++}}==
Note: Non-use of <code>iswhite</code> is intentional, since depending on the locale, other chars besides space and tab might be detected by that function.
<lang cpp>
<lang cpp>
#include <cstdlib>
#include <cstdlib>