About
Pricing
Community
Teams
Start Free Trial
Log in
sudarshantk
asked on
7/19/2008
C Question
char *searchString="abcdefghijk
lmnopqrstu
vwxyz";
char *findstring="0";
for(j=0; j < 26; j++)
{
*findstring = *(searchString+j); ->Want to do this, not sure how
....................
}
Please let me know.
C++
C
Visual C++.NET
13
1
Last Comment
Infinity08
8/22/2022 - Mon