Forum: C++ Sep 29th, 2008 |
| Replies: 4 Views: 413 i thought i had the samething on lines 128-140 i changed it like u have it plus how am i suppose to call it i guess i am lost now |
Forum: C++ Sep 29th, 2008 |
| Replies: 4 Views: 413 i need help with this code it compiles and runs fine but it is not giving me the results i expect
the problem is i think on the switch statemen.
Here is where the problem is and then there is the... |
Forum: C++ Sep 29th, 2008 |
| Replies: 6 Views: 510 hey thank you for the comment but like u said it is too mesy i will try to post it againg so i can understand ur answer better thank you;/ |
Forum: C++ Sep 29th, 2008 |
| Replies: 6 Views: 510 #include <iostream>
using namespace std;
class Month
{
public:
Month (char char1, char char2, char char3);
// Precondition: The parameters contain the first three characters
// in... |
Forum: C++ Sep 28th, 2008 |
| Replies: 9 Views: 675 hey how about if u try declaring a ifstream fin
and the u just call fin.get(); that way it is going to read everything in the file |
Forum: C++ Sep 6th, 2008 |
| Replies: 2 Views: 1,109 hi; i need to count d number of occurrences of all the chars in a file. i can't figure out how to count how many of each char there are. this wat i have up to now.
i need the to print only the ASCII... |
Forum: C++ Sep 6th, 2008 |
| Replies: 4 Views: 377 hey;
thanks for d help but i still cant do it . can u explain a little bit better plz. |
Forum: C++ Sep 6th, 2008 |
| Replies: 4 Views: 377 yes i use d for "the".
i will try that it .
i know very little about programming so i will study wat u told me thank u; |
Forum: C++ Sep 6th, 2008 |
| Replies: 4 Views: 377 my program is suppose to count d number of occurrences of a chars in a file.
i just dont know how to store d occurences. this is wat i have done up to now.
#include <iostream>
#include <fstream>... |