How to run c/c++ on code-server #4606
Unanswered
rlarudqls630
asked this question in
General
Replies: 3 comments 5 replies
-
You need the `gcc` and `g++` packages(`sudo apt update && sudo apt install
gcc g++ -y`) and then use the GCC compiler.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I kinda think it's like this: $ gcc file.c file You can try a Google search to check it out or since you are on Windows, |
Beta Was this translation helpful? Give feedback.
2 replies
-
Nah, try the same code on Turbo C Compiler on Windows, on Linux, some
imports failed, like the CONIO always failed, but on Turbo C it works.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am currently running code-server on ubuntu inside windows 10 using fairy new feature of windows 10.
In this setup I was not able to compile c/c++.
However, running java and python on the server is no problem.
It is giving me an error saying that I need to download the c/c++ compiler, but it seems like vscode original extension is not an option.
Can someone please help me to compile c/c++ on code-server.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions