我在編一個hello的程式時卻出現以下的Message
Info :Transferring to D:\BC5\BIN\tlink.exe
@D:\BC5\EXAMPLES\DOS\makeall.r$p
Fatal:(1,1):Out of memory
程式的內容如下:
// Borland C++ - (C) Copyright 1991, 1995 by Borland International
/* HELLO.C -- Hello, world */
#include <stdio.h>
#include <conio.h>
int main()
{
printf("Hello, world\n");
getch();
return 0;
}
我用的是Borland c++ 5.0
Windows95 + 32M Ram
請救救我吧!!
汪汪..... ^-^ <Macto...@vlsi1.iie.ncku.edu.tw> wrote in article
<3Eh6Fj$4...@vlsi1.iie.ncku.edu.tw>...
>
>
> 我在編一個hello的程式時卻出現以下的Message
>
> Info :Transferring to D:\BC5\BIN\tlink.exe
> @D:\BC5\EXAMPLES\DOS\makeall.r$p
> Fatal:(1,1):Out of memory
>
> 程式的內容如下:
> // Borland C++ - (C) Copyright 1991, 1995 by Borland
International
>
> /* HELLO.C -- Hello, world */
>
> #include <stdio.h>
> #include <conio.h>
>
> int main()
> {
> printf("Hello, world\n");
> getch();
> return 0;
> }
>
>
> 我用的是Borland c++ 5.0
> Windows95 + 32M Ram
>
> 請救救我吧!!
>
>
>
我也一樣耶,不知道為什麼
有時又不會
偷偷問一下,你是不是用大補帖BC5.0?