python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does every brainf*ck interpreter (except the web ones) show these characters? (♀♂)
So I tried doing my own Brainf*ck interpreter in C++, and everything was going fine until I tried this program:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[.-]
It just goes to...

user14676520
Votes: 0
Answers: 1
implementing loops in a c brainfuck interpreter
I have written a simple brainfuck interpreter in c. all the commands work fine, except for loops. currently, I am handeling them like this:
I have a function to find the matching square bracket:
int f...
MichaPehlivan
Votes: 0
Answers: 1
compiling a Brainfuck hello world program
I found this weird programming language that is an attempt to create the smallest possible compiler called brainf*ck, and i honestly want to try it but i don't have any knowlegde about how to compile ...
Cozer
Votes: 0
Answers: 1