本帖最后由 sRGB 于 2022-9-23 09:44 编辑
C程序设计语言_第2版新版.pdf cplusplus-2013-8-8.chm.zip vc2010_altmfc.7z 图片镇贴 https://github.com/hongwenjun/tsp/blob/main/bitmap/bitmap.cpp 一个简单的cpp程序源码,实际c++使用C风格写程序,用起来简单点,也不用严格去管C还是C++ |
我会c语音 |
|
vc2010_altmfc.7z VC2010 编译器和 ATL_MFC库,只供学习使用 配合 开源IDE Code::Blocks 程序,可以用来编译简单的窗口程序,支持MFC库 |
#include<stdio.h> int main() { printf("hello world"); return 0; } hello word 吗? |
你单词拼错了 是 world |
可以手把手教我吗 |
Hello world 的几种写法 |
为什么要 include stdio.h |
能帮我写个Everedit的DLL插件么。。。 |