User profile: Jmizz

User info
User name:Jmizz
Old user name:Jeremy Sasser
History
Joined:
Number of posts:6
Latest posts:

String Subscript out of range!
Thanks for your help guys!

String Subscript out of range!
Nevermind, it was in line 45. Changed to [code]for(int i = 0; i < NUM_CHARS; i++)[/code] and it wo...

String Subscript out of range!
[code]#include <iostream> #include <string> using namespace std; struct str { char alpha; ...

String Subscript out of range!
Thanks that fixed the two errors, but the invalid null pointer is still there. Do let me know if y...

String Subscript out of range!
Thanks for the info Abstraction! 1>c:\users\user\documents\visual studio 2010\projects\morsecodetra...