Hello all:
I create a simple source file in VC++ , I tried something simple,there is two strings:
string1:MICROSOFTCPP
string2:HELLO
I want to write a code to make string2 is equal with string1,so it must be
string1:MICROSOFTCPP
string2:HELLOHELLOHEL
so it seem the string2 its repeat itself until it's length is equal to string1.........Is there any idea to make this?????
Thanks in advance.....