User profile: norEdz

User info
User name:norEdz
History
Joined:
Number of posts:5
Latest posts:

count the number of letter occurrence in a file
I did it! thank you all for your help. it really helped me.. :)

count the number of letter occurrence in a file
how do I count all the letters as one? instead of a occured 2 times b occured 1 times c occured 1 t...

count the number of letter occurrence in a file
i tried what you told me Sam but it doesn't output how many letters are there in the text file.. my...

count the number of letter occurrence in a file
this is the program that I made. #include<iostream.h> #include<ctype.h> #include<fstream.h> #def...

count the number of letter occurrence in a file
how to do this? write a c++ program that given the name of a text file reads that file and counts th...