Tagged Questions

2
votes
3answers
192 views

changing a program in c, so it takes an optional command line argument *infile*

Now I do have a hw question for everyone...I've been staring at this for a couple of days kind of tinkering and playing around but even with that I end up with a load of errors... What I'm trying to ...
-4
votes
1answer
199 views

how do i do this C++ program? [closed]

I know how to get Char from a file, but this one is confusing. it wants me to get numbers: here's what i have to do: i have to take these numbers from a file: 12345 30 2 11335 46 1 44444 40 5 15897 ...