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

syntax highlight
m (RCBF (C++) moved to RCBF/C++: I think I figured out how to get it to work)
(syntax highlight)
Line 9:
* [[g++]] 4.1.3 with the GNU C++ Standard Library
 
<precpp>// 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;
}</precpp>
Anonymous user