Forum: C++ Apr 8th, 2009 |
| Replies: 5 Views: 234 it will read in some imaginary output I guess is the best way the say it.
Since there are no spaces or new lines, its reading something that it shouldn't
that's why I get
1
a 2
b 1
does that... |
Forum: C++ Apr 8th, 2009 |
| Replies: 5 Views: 234 Hi I was wonder if anyone could help with this problem I am receiving. My program is suppose to read in any character frequencies from a file, even spaces and /n. My problem is that is reading an... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 2 Views: 295 Thank you that worked.
I really appreciate your help! |
Forum: C++ Dec 2nd, 2008 |
| Replies: 2 Views: 295 Hi I was wondering if anyone could help
I'm receiving a segmentation fault whenever I go to run
my main.cpp on my program. I've never encountered this before
and was wondering if anyone knew how... |