Forum: C May 26th, 2009 |
| Replies: 5 Views: 1,397 I am confused. First you say you want to write the program. Then you say you want somebody to send the code for such a program to you. |
Forum: C May 20th, 2009 |
| Replies: 12 Views: 552 The problem is with the line
path = "ragHu";
It should be replaced with the following
strcpy(path, "ragHu"); |