User: agreenman20

  • Public profile

User profile: agreenman20

User info
User name:agreenman20
History
Joined:
Number of posts:12
Latest posts:

Problem linking the array to txt file
Even 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 number
Oh 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 number
I 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