View Single Post
  #1  
Old 08-01-2010, 06:48 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default String Copy Function

Hello folks, I tried writing my own function on string copy and this is what i managed to do.Though it somehow works, I have got a great problem with the manipulation of pointers. Please explain or modify it for me. Thank You. #include #include int main() { char...
__________________
C++
domain name forum
Reply With Quote