S
samuraign
Hi,
My C-code is working properly in Cygwin.
But when I run the same code in VC++ or LCC,
I use to get stack overflow exception during run time.
It is not entring into my function from testbench.
My function consists of two inputs of each 8192 size of array.
And output too same.
Can any body give some suggestion.
Is it compiler problem or my code problem.
My C-code is working properly in Cygwin.
But when I run the same code in VC++ or LCC,
I use to get stack overflow exception during run time.
It is not entring into my function from testbench.
My function consists of two inputs of each 8192 size of array.
And output too same.
Can any body give some suggestion.
Is it compiler problem or my code problem.