Was making a project for the 12th Standard and I actually was making a ticket booking portal kind of thing so I wanted to extract the current day (i.e. Sunday, Monday,etc.), future day so that the ticket prices could be changed accordingly and also for the display. Display is not a problem C++ Help itself there are example programs but could not find a method where I could extract the different elements of current time separately. Tried many things but structure pointers were causing a lot of problem. Please post a solution.
Thank You