Simple for loop is not working[code]#include <iostream> #include <cmath> using namespace std; int main() { int j; int answer...
Confusing for loopI took both your advice, but I'm still not getting the correct decimal. 0101 is giving me 16, which ...
Confusing for loopSo I'm trying to write a function that converts binary code to decimal. This is what I have so far: ...
Converting I need to define it like char str[maxInputLength]; hamsterman, how would I go about using strcmp?
Converting Edit: Thanks. Figured it out. :)
This user does not accept Private Messages