Hi List<br>       I seem to have an input problem.<br>       Doing my best to programme using Suse 10.2, kdev 3.5.5, C++ & Qt3.3.7 I tried to get input from the keyboard using <span style="font-style: italic;">cin</span>
 with the usual -<br>                <br>              char c=0;<br>              cin >> c;<br>              if (c== 'x')  ...etc.<br>     <br>       The code compiles cleanly with no error messages or warnings. At runtime however there is no response. I have tried several variations but to no avail, 
<span style="font-style: italic;">cout, </span>on the other hand works well, though belatedly.<br>       I am likely to be doing something wrong of course, but can anybody tell me what please?<br><br>        All the best      Ian
<br>        <br>       <br>        <br><br><br>    <br><br>   <br><br>