Problem linking the array to txt fileEven using ios::in I'm stumped... [code]#include <iostream> #include <fstream> #include <string> #i...
Confusion! I don't know what this means?[code]if(i==1 & k==1) There is a mistake here, it should look like this : if(i==1 && k==1)[/code] I...
Need help how to output that a number is a whole numberOh ok thanks moschops for describing that for me.
Confusion! I don't know what this means?This program should give the AND of the inputted numbers. The above statement is what I have to d...
Need help how to output that a number is a whole numberI think it just clicked by putting i == (int)i is sort of "redeclaring" i as an integer and the == i...
This user does not accept Private Messages