[A89] Re: [OT] C++ help


[Prev][Next][Index][Thread]

[A89] Re: [OT] C++ help




unsigned year, day_of_month, month;
cin >> year >> day_of_month >> month;


On Wed, 13 Feb 2002 20:20:31 -0600, you wrote:

>
>
>hey i have to make a program that tells the day of the week of a certain
>date...for example 1983 23 7, was a friday...what i need to know is how
>to i get the 1982, 23, 7 seperate...the user will enter it like this
>"1983 23 7" and i need to get 1983 alone, and 23 alone and 7 alone
>
>thanks,
>chris
>________________________________________________________________
>GET INTERNET ACCESS FROM JUNO!
>Juno offers FREE or PREMIUM Internet access for less!
>Join Juno today!  For your FREE software, visit:
>http://dl.www.juno.com/get/web/.
>




References: