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)
PyCharm Virtual Environment Setup
I'm trying to get on with Python coding rather than fiddling about with settings getting in the way of development. Alas, it is not meant to be.
1 - I've installed Python 3.9 in Windows 10 from the Wi...
nickL
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
Can code written in C be interpreted and run?
I know that code written in C is usually compiled and executed, but can it be interpreted and executed?

Shiina
Votes: 0
Answers: 0
VS Code needs a Python Interpreter. Why is this necessary?
I'm new to visual studio code and running a simple html application. When running (F5), VS Code complains about "select a python Interpreter". It's also in the blue bar at the bottom. Why d...
Rich
Votes: 0
Answers: 1