cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how to split the date
how to split the date
Sep 16, 2011 at 11:19pm UTC
BRMV
(5)
when date(dd/mm/yyyy)input is given c++ program , how its 3 components(dd,mm,yyyy) can be taken into 3 different variables(x=dd, y=mm, z=yyyy).
Sep 17, 2011 at 12:27am UTC
Galik
(2254)
This might be helpful:
http://cplusplus.com/doc/tutorial/basic_io/#cin
Topic archived. No new replies allowed.