DEC to BIN converterand when i try to use cycle without [i]i[/i] [code]for (num; num > 0; num / 2) { rem = num % 2; ...
DEC to BIN converterWhat is bad in this for cycle? [code] #include <iostream> using namespace std; int main(){...
This user does not accept Private Messages