Re: Specific problem...now you can help =)
"tyler_durd en" <tom4_h4wk@hotm ail.com> wrote in message
news:af31f4a0d7 c6982fd90996e0b 2c2df3d@localho st.talkaboutpro gramming.com...[color=blue]
> So I should not use gets?
> but I need the user to insert the from,to,subject and message...the
> function of fgets is to get something from a file,right?[/color]
From a stream. One of the standard streams is 'stdin'.
Look it up.
-Mike
"tyler_durd en" <tom4_h4wk@hotm ail.com> wrote in message
news:af31f4a0d7 c6982fd90996e0b 2c2df3d@localho st.talkaboutpro gramming.com...[color=blue]
> So I should not use gets?
> but I need the user to insert the from,to,subject and message...the
> function of fgets is to get something from a file,right?[/color]
From a stream. One of the standard streams is 'stdin'.
Look it up.
-Mike
Comment