简体   繁体   English

如何为 C 运行 VS 代码 IDE?

[英]How do I run the VS code IDE for C?

I get the error:我得到错误:

Failed to create "c:'Program Files': EPERM:operation not permitted,'' mkdir 'c:'Program Files', 'Microsoft VS Code'.无法创建“c:'Program Files': EPERM:operation not allowed,'' mkdir 'c:'Program Files', 'Microsoft VS Code'。

When I try to write some code in C when I start #include <stdio.h> in VS code and noc what to do当我尝试在 C 中编写一些代码时,当我在 VS 代码中启动#include <stdio.h>并且 noc 该怎么做

I've tried to move him to the PATH but I don't know if that's where the thing goes.我试图将他移到 PATH 中,但我不知道这是否就是问题所在。

VS Code doesn't support C language, you can install Visual Studio Community VS Code不支持 C 语言,可以安装Visual Studio 社区

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装 gcc 后,如何使用 VS Code 运行 C 代码? - how do I run a C code using VS Code after installing gcc? 我试图在 VS 中运行 c 的简单代码,但这表明,该怎么办? - I was trying to run a simple code of c in VS ,but this shows,what to do? 如何从命令行运行Eclipse IDE for C / C ++(我已经安装了它) - How do you run Eclipse IDE for C/C++ from the command line (I already installed it) 我正在尝试在 VS 代码上运行 C,这就是终端上的内容。 我怎样才能解决这个问题? - I'm trying to run C on VS code and this is what's on terminal. How can I fix this? VS Code C 程序未运行 - VS Code C program not run 如何在Eclipse IDE中运行Simple C程序 - How to run a Simple C Program in Eclipse IDE 在 Visual Studio Code 的 C/C++ 扩展中启动调试器后,如何运行命令? - How do I run a command after launching the debugger in the C/C++ extension for Visual Studio Code? C代码在Eclipse-Kepler中运行,但无法在Codeblocks IDE中运行 - C code runs in Eclipse-Kepler but fails to run in Codeblocks IDE 如何在Windows上交叉编译C代码,以便在Unix(Solaris / HPUX / Linux)上运行二进制文件? - How do I cross-compile C code on Windows for a binary to also be run on Unix (Solaris/HPUX/Linux)? 如何使用命令行输入文件在 linux 上运行 C 代码? - How do I run C code on linux with input file from command line?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM