Tagged Questions
5
votes
4answers
2k views
infinite loop in c++
I'm learning C++ and writing little programs as I go along. The following is one such program:
// This program is intended to take any integer and convert to the
// corresponding signed char.
...