On Mon, 31 Jul 2023 18:41:06 +0900
Takashi Yano wrote:
> On Sun, 30 Jul 2023 20:37:35 +0900
> Takashi Yano wrote:
> > On Sun, 30 Jul 2023 07:29:10 -0400
> > Eliot Moss wrote:
> > > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote:
> > > > Hi Guys
> > > >
> > > > very short.
> > > >
> > > > prog.
On Sun, 30 Jul 2023 20:37:35 +0900
Takashi Yano wrote:
> On Sun, 30 Jul 2023 07:29:10 -0400
> Eliot Moss wrote:
> > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote:
> > > Hi Guys
> > >
> > > very short.
> > >
> > > prog.c
> > >
> > > #include
> > >
> > > int main()
> > > {
> > > float a=1.
On Sun, 30 Jul 2023 07:29:10 -0400
Eliot Moss wrote:
> On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote:
> > Hi Guys
> >
> > very short.
> >
> > prog.c
> >
> > #include
> >
> > int main()
> > {
> > float a=1.283;
> > while(1)
> > printf( "%f", a );
> > }
> >
> > run with
> > $ ./prog.exe
On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote:
Hi Guys
very short.
prog.c
#include
int main()
{
float a=1.283;
while(1)
printf( "%f", a );
}
run with
$ ./prog.exe >/dev/null
in windows monitor process the process increase it's memory it arrive to many Gb.
It's not a machine p
Hi Guys
very short.
prog.c
#include
int main()
{
float a=1.283;
while(1)
printf( "%f", a );
}
run with
$ ./prog.exe >/dev/null
in windows monitor process the process increase it's memory it arrive to many
Gb.
It's not a machine problem, other PC have same problem.
Same program in wsl
5 matches
Mail list logo