Jump to content

C Help Part 2

- - - - -

  • Please log in to reply
3 replies to this topic

#1
AntLaTech

AntLaTech

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
Hey y'all,

I have another program that I am trying to create and was wondering if anyone had any suggestions of how I could start this program off.

I need to write a program that reads a file(from standard in) and reports the number of occurrences of each letter A-Z.The input should be case insensitive (i.e. A is the same as a). It should not count any characters that are not alphabetic.

#2
mnirahd

mnirahd

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 330 posts
Hi,

This is very simple program: Try to start coding it, and let us know if you find any trouble with it.

Munir

#3
AntLaTech

AntLaTech

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
ok...I figured it out...A friend guided me in the right direction and the code length wasn't even that long...

#4
mnirahd

mnirahd

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 330 posts
Hi,

That's fantastic! Doing code yourself would teach you a lot!

Thanks,

Munir




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users