Using stdin in C

Kua

Kua

Associate
Joined
21 Jul 2008
Posts
512
Location
Lancaster
Hiya

I've just started a second year C course. We were asked to write a Caesar Cipher. Here's my effort (any suggestions welcome). I meet all the marking criteria apart from we have to make sure we read the input from stdin. May be I've done that already. I'm not sure. As far as I understand it stdin is simply an input stream. When I prompt the user for their message am I not already using the input stream?

Code:
	eek!
 
Last edited:
Back
Top Bottom