蛋糕是只猫 发表于 2020-9-27 01:54:16

求助

求助纯小白 有c语言的编程软件吗 ?找不到下载了一个Visual Studio Community不知道怎么用有大神可以指点一下吗

乐乐学编程 发表于 2020-9-27 10:01:18

你想要哪个版本,2013、2015、2017、2019?

蛋糕是只猫 发表于 2020-9-27 15:08:23

乐乐学编程 发表于 2020-9-27 10:01
你想要哪个版本,2013、2015、2017、2019?

我这边下载了visual studio code 把代码输入进去后运行显示
Failed to spawn 'dotnet --info'我下载了c# 但是不知道什么原因 很急

风过无痕1989 发表于 2020-9-27 18:16:29

蛋糕是只猫 发表于 2020-9-27 15:08
我这边下载了visual studio code 把代码输入进去后运行显示
Failed to spawn 'dotnet --info'我下载了 ...

根据你的错误提示,我查了一下,给出了一个英文的注意事项提示:

Using .NET Core in Visual Studio Code

Note: VS Code does not support debugging applications running on the Desktop .NET Framework.

Due to this focus, many standard C# project types are not recognized by VS Code.

An example of a non-supported project type is an ASP.NET MVC Application (though ASP.NET Core is supported).

In these cases, if you want to have a lightweight tool to edit a file - VS Code has you covered.

If you want the best possible experience for those projects and development on Windows in general, we recommend you use Visual Studio Community.

注意:VS代码不支持调试在桌面上运行 .NET Framework 的应用程序。

由于这一点,许多标准的C#项目类型不能被VS代码识别。

不支持的项目类型的一个示例是 ASP.NETMVC 应用程序(尽管 ASP.NET 支持核心)。

如果您希望在Windows上实现这些项目和开发的最佳体验,建议您使用 visual studio 社区版。

召唤风云 发表于 2020-9-27 22:39:16

c#和c不是同一种语言,visual studio里直接选visual c++项目,c++里包含c语言,反正不能用c#来写c语言代码
页: [1]
查看完整版本: 求助