I need the name for an app, but don't know the app LMAO (im a noob)

InvaderSumo

Member
Joined
Apr 25, 2024
Messages
127
Reaction score
14
Credits
1,373
So im learning C on learn-c.org.... and they have this thing that allows me to test my code.
on the left terminal you enter the code, and on the right it shows the output.
i would like to have my own personal one of those. ill show a screenshot.
 

Attachments

  • Screenshot from 2024-05-04 12-04-32.png
    Screenshot from 2024-05-04 12-04-32.png
    22.1 KB · Views: 43


what you need is an IDE (integrated development environment)

out of the free ones in my opinion Qt Creator works best for C/C++

either that, or you just open two terminal windows
 


Top