Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
I think the key for this are how you stone the matris? Easy is stone data as xy grid. [code]struct matris { int x; int y; int * list; } And use this for get and some like for save. int get(matris submem,int x, int y) { return submem.list[x+submem.x*y]; } …
Hello. I have a question about Const Int and Points I have this code [code] const int j=18; int *k= (int)&j; *k=110; printf("Data: %d -> %d; %d : %d-> %d\n", &j, j, k, &k, *k); [/code] this well return for me [b]Data: 2280676 -> 18; 2280676 : 2280672-> 110[/b] but …
The End.
FIG-GHD742