Friday, July 31, 2009

C++ programming help???

How do I make my version of C++ program for strcpy(char [] , char [] , int) without using pointers???





can someone help

C++ programming help???
That would involve creating a string class, which would include a member method, or operator that performs the assignment.


No comments:

Post a Comment