You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In runCJAlgorithm(), the k variable is uninitialized before being copied to prev the first time thru the for-loop. To prevent k from being filled with garbage data, should it be initialized to, say, nilKeyboard before the first loop?
Hi,
In runCJAlgorithm(), the
kvariable is uninitialized before being copied toprevthe first time thru thefor-loop. To preventkfrom being filled with garbage data, should it be initialized to, say,nilKeyboardbefore the first loop?