- 编写的main1.c和sub1.c代码文件

主程序文件main1.c

子程序文件sub1.c
#include<stdio.h>
#include"sub1.h"
int main()
{
int a=2
这篇博客介绍了在Ubuntu系统中初次进行C语言编程的步骤,包括编写main1.c和sub1.c源代码,以及如何在Windows下使用Microsoft Visual C++ 6.0进行编译。同时提到了Makefile在组织编程项目中的应用。


#include<stdio.h>
#include"sub1.h"
int main()
{
int a=2
5151
434

被折叠的 条评论
为什么被折叠?