Search found 3 matches

by diskontrol
Mon Mar 24, 2014 2:37 pm
Forum: SGDK
Topic: Problem pointer to 2d array
Replies: 7
Views: 4741

Yes, you are right. A long time I don't write code in C/C++. Hehe.
Thanks.
by diskontrol
Mon Mar 24, 2014 12:43 pm
Forum: SGDK
Topic: Problem pointer to 2d array
Replies: 7
Views: 4741

Thank you! It worked.
I was confused because this in .net doesn't happen. :P
by diskontrol
Mon Mar 24, 2014 9:45 am
Forum: SGDK
Topic: Problem pointer to 2d array
Replies: 7
Views: 4741

Problem pointer to 2d array

Hello. I am trying to make a sudoku with SGDK but I am having a problem. I am sure that it's a silly error but I don't know how to solve it.

The problem is that when I try to print the matrix that contains the data of the sudoku, it prints correcty only the half of the matrix.

I would appreciate ...