Execute Brain****/C++: Difference between revisions

m
Fixed syntax highlighting.
(Oops, lost the category)
m (Fixed syntax highlighting.)
 
Line 8:
{{works with|g++|4.1.3}}
plus the GNU C++ Standard Library
<langsyntaxhighlight lang="cpp">// RCBF -- A free Brainfuck interpreter written for Rosetta Code (http://rosettacode.org)
// Created by Mike Mol and Mike Neurohr, and under the same license as Rosetta Code.
// Repaired by Robert de Bath -- but Ghods is it slow!
Line 395:
// We never found a close branch
return BRANCH_NOT_FOUND;
}</langsyntaxhighlight>
9,479

edits