User profile: nolecelson

User info
User name:nolecelson
History
Joined:
Number of posts:15
Latest posts:

Morse code translator exception thrown line 66
ah thanks Ganado, that fixed my issue!

Morse code translator exception thrown line 66
it was originally: [code] for (morsePtr = morse; *morsePtr; morsePtr++) { if (*morsePtr != ' ') { ...

Exception thrown;read access violation
thanks! but unfortunately we have to use a Binary search tree to translate it for an assignment:/

Morse code translator exception thrown line 66
thanks should be formatted now

Morse code translator exception thrown line 66
- the program translates english to morse fine. But when translating morse to english the code break...