View Single Post
  #2  
Old 08-24-2006, 18:20
aProgrammer
 
Posts: n/a
change
printf("%s",&*(pi + i));
to
printf("%c",*(pi + i));
Reply With Quote