I'm only able to see my code running in the Debug Console

Hi!

I’ve been following the course always seeing my code running in the Debug Console. With no problem.
But now, when I want to input something, I can’t. I’m not really sure how to get my code running in the terminal as well.

Hope someone can help me. ( I’m on Mac )

In the triplex section you are compiling and executing the code manually within the terminal.

g++ main.cpp -o main

To compile the file main.cpp and create the executable main which you can then launch with

./main

Great, it works! Thanks so much for helping!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms