Forum: C 25 Days Ago |
| Replies: 8 Views: 438 Hi,
i have done serial and parallel port interfacing in past and i can understand at the start it looks very hard. However your approach to the problem is right and the compiler which might do... |
Forum: Java Jul 17th, 2008 |
| Replies: 1 Views: 3,770 hi,
i think you are already getting the String in to the Character, but you should replace
d.charAt(0);
with
c = d.charAt(0);
Thats it really , as we already know that String is... |