about the strcpy,strlen functions in cpp
|
Newbie Member
|
|
| 16Oct2007,11:54 | #1 |
|
Could you please tell me how to write the functions of strcopy,string length,string append,string delete without using strlen,strcpy() functions?
|
|
Go4Expert Member
|
![]() |
| 16Oct2007,15:20 | #2 |
|
Send ur coding........
I will correct the errors.... Tips to solve ur problem is "In the input character array ,count the no.of characters one by one, copy it character by character........" |
|
Team Leader
|
![]() |
| 16Oct2007,18:24 | #3 |
|
You can't delete a string unless it's dynamically allocated, you can only make it empty.
|


