classycraw Posted October 31, 2014 Posted October 31, 2014 Hello i try to read a word (String) without any table until user write "." ... Any ideas?
drake2wow Posted October 31, 2014 Posted October 31, 2014 char s; while((s = getch()) != '.') { //your code }
classycraw Posted October 31, 2014 Author Posted October 31, 2014 (edited) Look. example i write "the." i need to change each letter to different one for example t = tango h = hotel e = echo Result printf("tango hotel echo") Edited October 31, 2014 by Cy-Dreamer*
classycraw Posted October 31, 2014 Author Posted October 31, 2014 I found the problem. You are correct. Thank you very much
Recommended Posts