User profile: grcunning

User info
User name:grcunning
Email:grcunning@hotmail.com
History
Joined:
Number of posts:117
Latest posts:

visual studio command line arguments
I just finished my project for the week. The program reads from stdin, and he gave us a file to use,...

varying number of input values
The problem is that the numbers are read from stdin(keyboard by default). when I run the executable,...

varying number of input values
I need to accept input like: 22 56 43 11 34 6 8 7 and put it into a vector, but I don't know how ...

vector iterators
If I have a vector [code] vector<int> incoming; [/code] and I create an iterator [code] vector...

function to count words
we are working with threads, and have to write a program that counts the number of words in an arbit...