Hello!
First of all, sorry if my english sucks, it's not my first language >_<
I want some help of you guys.
I got a vector of dates named ListDate, and I want to do a search on it, to find the last days the user defines, for example:
The user want to see the dates of the last 5 days, then I have to show the last 5 days in the vector, and could have the same date twice.
I have an Edit in a form named NumeroDias, NumeroDias receives the information of the days the user wants, like that:
NumeroDias = EditNumeroDias->Text.ToDouble();
NumeroDias gets the number the user typed, on this example: the number 5.
Anyone knows how I do that?
I don't know if I was very clear, I have a problem with explanations -.-
If I wasn't clear please ask me, I need some help. :(
Thanks so much ^_^