Forum: C++ Dec 4th, 2008 |
| Replies: 5 Views: 1,765 the reason i made it 26 letters is just for testing the code , once i get my code right i can make the input bigger. |
Forum: C++ Dec 4th, 2008 |
| Replies: 5 Views: 1,765 i was trying to use strcmp to compare string char between line and source but i still stuck in the replacment part |
Forum: C++ Dec 3rd, 2008 |
| Replies: 5 Views: 1,765 hey guys , i am trying to write this program , the program has 3 arrays
char source[]="abcdefghijklmnopqrstuvwxyz";
char target[]="jfghdfsdyncdbdfklhdslasudfds";
char line[26];
now i have to ask... |