codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Some suggetions on the Terminal

Open Farewe1ll opened this issue 1 year ago • 1 comments

When I use your app on Air 5 to programme my cpp code, I found it difficult for the program running in the terminal to solve the mult-line data pasted from somewhere else, like: 3 1 2 3 4 5 6 sometimes the terminal would miss a few data, and afterwards the terminal seems to went wrong and could no longer compile my code. That's awful. Also, I hope you could provide a way for us to enter the EOF(on windows we press ctrl + z), so that I could use fread or some way of input. I'd appreciate it if you could provide gcc as another way of compile my cpp code!

Farewe1ll avatar Mar 03 '24 07:03 Farewe1ll

Thank for the feedback. While we are working on improving the local C++ experience, please take a look at the remote execution which uses GCC and provides better multi-line data support.

bummoblizard avatar Mar 10 '24 10:03 bummoblizard