Forum: C 18 Days Ago |
| Replies: 1 Views: 319 don't use the sqrt function. compare the squared distance. |
Forum: C Oct 13th, 2009 |
| Replies: 14 Views: 507 Actually there is only 1 index, which is 0 in char A[1];
A[0] = 'a'; //ok
A[1] = 'b'; //bug |
Forum: C Oct 2nd, 2009 |
| Replies: 5 Views: 683 |