On Wed, Feb 15, 2012 at 16:45, Martin wrote:
> On 15/02/2012 13:01, ik wrote:
>>
>> On Wed, Feb 15, 2012 at 14:19, ik wrote:
>>>
>>> On Wed, Feb 15, 2012 at 13:59, Everton Vieira
>>> wrote:
Em 15/02/2012, às 09:49, ik escreveu:
> Hello,
>
> I have a code with a lot of
On 15/02/2012 13:01, ik wrote:
On Wed, Feb 15, 2012 at 14:19, ik wrote:
On Wed, Feb 15, 2012 at 13:59, Everton Vieira wrote:
Em 15/02/2012, às 09:49, ik escreveu:
Hello,
I have a code with a lot of loops and recursive calls.
Somewhere at the code, at some point, I think I have an Off By On
On 15/02/2012 12:19, ik wrote:
On Wed, Feb 15, 2012 at 13:59, Everton Vieira wrote:
Em 15/02/2012, às 09:49, ik escreveu:
Hello,
I have a code with a lot of loops and recursive calls.
Somewhere at the code, at some point, I think I have an Off By One or
something similar that happens that br
Em 15/02/2012, às 11:01, ik escreveu:
> On Wed, Feb 15, 2012 at 14:19, ik wrote:
>> On Wed, Feb 15, 2012 at 13:59, Everton Vieira wrote:
>>> Em 15/02/2012, às 09:49, ik escreveu:
>>>
Hello,
I have a code with a lot of loops and recursive calls.
Somewhere at the code, at so
On Wed, Feb 15, 2012 at 14:19, ik wrote:
> On Wed, Feb 15, 2012 at 13:59, Everton Vieira wrote:
>> Em 15/02/2012, às 09:49, ik escreveu:
>>
>>> Hello,
>>>
>>> I have a code with a lot of loops and recursive calls.
>>> Somewhere at the code, at some point, I think I have an Off By One or
>>> somet
On Wed, Feb 15, 2012 at 13:59, Everton Vieira wrote:
> Em 15/02/2012, às 09:49, ik escreveu:
>
>> Hello,
>>
>> I have a code with a lot of loops and recursive calls.
>> Somewhere at the code, at some point, I think I have an Off By One or
>> something similar that happens that break my code.
>> Th
Em 15/02/2012, às 09:49, ik escreveu:
> Hello,
>
> I have a code with a lot of loops and recursive calls.
> Somewhere at the code, at some point, I think I have an Off By One or
> something similar that happens that break my code.
> The question is, how would you suggest to compile such complicat
Hello,
I have a code with a lot of loops and recursive calls.
Somewhere at the code, at some point, I think I have an Off By One or
something similar that happens that break my code.
The question is, how would you suggest to compile such complicated
calls to figure out where the problem/s exists ?