Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~223 People Reached
Favorite Forums
Member Avatar for word.smith

Hello, I have wrote a program that reads in words from a text file stored on my hard drive and converts each word into a corresponding code depending on the combination of letters of each word. Now I have two text files that I want to code, one is the …

Member Avatar for apegram
0
142
Member Avatar for word.smith

Greetings, I have an array that stores words and their equivalent phonetically sounding codes as strings like this: 1:abat 12:abash 134:abridge What I want to do is split each string and store the code only, so basically I want to store everything prior to the ":" . I've wrote the …

Member Avatar for word.smith
0
81