Re: change to gcc from lcc

2008-11-18 Thread Anna Sidera
> > why don't you use dynamic memory allocation mechanism , so you > will get to know the memory allocation problem at runtime itself. > > With regards, > Anandkumar.C.B > > > > -Original Message- > From: Anna Sidera [mailto:[EMAIL PROTECTE

change to gcc from lcc

2008-11-14 Thread Anna Sidera
Hello, The following code works in lcc in windows but it does not work in gcc in unix. I think it is memory problem. In lcc there is an option to use more temporary memory than the default. Is there something similar in gcc? #include #include #include #include int main() { int i, j; int buf