C on Visual Studio(Visual Studio 上的 C)
问题描述
我正在尝试学习 C.作为 C# 开发人员,我的 IDE 是 Visual Studio.我听说这是 C/C++ 开发的好环境.然而,似乎无论我尝试做什么小事,直觉都失败了.有人可以提供很好的资源来说明如何:
I'm trying to learn C. As a C# developer, my IDE is Visual Studio. I've heard this is a good environment for C/C++ development. However, it seems no matter what little thing I try to do, intuition fails me. Can someone give good resources for how to either:
- 在 Visual Studio 中了解 C 的来龙去脉
- 推荐一个更好的 C IDE + 编译器
另见:https://stackoverflow.com/questions/951516/a-good-c-ide
推荐答案
回答纯粹的主题问题给我推荐一个更好的 C IDE 和编译器"我发现 Ming32w 和 Code::blocks(现在带有组合安装程序) 在 Windows 上非常有用,但 YMMV 因为您显然已经习惯了 MS IDE 并且只是在与 C 作斗争.
Answering the purely subject question "recommend me a better C IDE and compiler" I find Ming32w and Code::blocks (now with combined installer) very useful on windows but YMMV as you are obviously used to the MS IDE and are just struggling with C.
我建议您在尝试将其与 Windows UI 结合在一起之前先专注于控制台应用程序以了解该语言,根据我的经验,这是 Windows 开发中最难的部分.
May I suggest you concentrate on console applications to get a feel for the language first before you attempt to tie it together with a windows UI which in my experience is the hardest bit of windows development.
这篇关于Visual Studio 上的 C的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Visual Studio 上的 C
基础教程推荐
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 使用从字符串中提取的参数调用函数 2022-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 从 std::cin 读取密码 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01