我自己比编好的源程序,c
#include "stdio.h"
#include "dos.h"
main()
{
FILE *fp;
struct date d;
float sum,chm=0.0;
int len,i,j=0;
int c;
char ch[4]="",ch1[16]="",chtime[12]="",chshop[16],chmoney[8];
pp: clrscr();
sum=0.0;
gotoxy(1,1);printf("¦---------------------------------------------------------------------------¦");
gotoxy(1,2);printf("¦ money management system(C1.0) ¦");
gotoxy(1,3);printf("¦---------------------------------------------------------------------------¦");
gotoxy(1,4);printf("¦ -- money records -- ¦ -- today cost list -- ¦");
}
怎样才能在计算机中运行,我的意思是是说,我的这段源程序能不能向在网上下载那样在自己电脑上安装然后运行。要什么软件编译呢?因为我刚刚学C语言编程。谢谢啦》!!!!!