User: Rjohnson1984

  • Public profile

User profile: Rjohnson1984

User info
User name:Rjohnson1984
Name:Richard Johnson
Location:Ogden, KS
History
Joined:
Number of posts:2
Latest posts:

Reading from a file to an array?
After you declare an ifstream object treat it like cin. Use a for loop to loop through and set it t...

String to int
Use string stream. #include <sstream> using namespace std; int main (){ int n; string s = "104"; ...

This user does not accept Private Messages