Hey all :)
If i have to input a date, lets say 11/12/08 into separate int's, how do i do that? Please help :o
I tried to get separate 2 char arrays putting a cin.ignore(); but stringstream convert(tmp);
doesn't work for some reason
I don't think I quite understand your question. Do you mean the the user inputs a date, for example 11/12/08 and you would like the program to break this up into 3 different ints one representing the day, one representing the month and one the year?