View Single Post
Old Apr 18th, 2005, 8:07 PM   #6
Eggbert
Professional Programmer
 
Eggbert's Avatar
 
Join Date: Nov 2004
Posts: 250
Rep Power: 5 Eggbert is on a distinguished road
>A way that you can copy char to another char without using strcpy I guess.
Then the function I gave should be answer enough.

>Why would you like to find a different way?
Anyone can use library functions, but good programmers also know how they work under the hood. The only way to truly learn how they work is to implement them.
Eggbert is offline   Reply With Quote