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

m
<code>
(syntax highlight)
m (<code>)
Line 9:
* [[g++]] 4.1.3 with the GNU C++ Standard Library
 
<code 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.
 
Line 395:
// We never found a close branch
return BRANCH_NOT_FOUND;
}</cppcode>
Anonymous user