|
|
txt2chk
(on line 62 for example), but you haven't declared a variable called that. void checktext();
, and try to call it on line 50 but provide no implementation for it.Firstly, this doesn't compile for me. You're using a variable called txt2chk (on line 62 for example), but you haven't declared a variable called that. You also call a method called chat(), but I can't see that declared or defined anywhere? You've also missed a semi-colon at the end of line 84. Also you declare void checktext();, and try to call it on line 50 but provide no implementation for it. Have a fix of those first. edit: what compiler/IDE are you using? |