Forum: C Oct 22nd, 2006 |
| Replies: 2 Views: 1,564 |
Forum: C Oct 22nd, 2006 |
| Replies: 2 Views: 1,564 I want to find the length of a string, But the strlen function seems only to work with chars. I can't use a char[] to store my text because the size must be known beforehand and I don't know it. So I... |