Home » U++ Library support » U++ Core » Date& operator++
Date& operator++ [message #35074] |
Mon, 09 January 2012 15:48 |
|
koldo
Messages: 3398 Registered: August 2008
|
Senior Veteran |
|
|
May it be added?
Date& operator++(Date& a) { a.Set(a.Get() + 1); return a; }
Date& operator--(Date& a) { a.Set(a.Get() - 1); return a; }
Best regards
IƱaki
|
|
|
|
|
Date& operator++
By: koldo on Mon, 09 January 2012 15:48
|
|
|
Re: Date& operator++
By: mirek on Mon, 09 January 2012 16:55
|
|
|
Re: Date& operator++
By: koldo on Mon, 09 January 2012 22:03
|
|
|
Re: Date& operator++
By: koldo on Tue, 10 January 2012 15:51
|
|
|
Re: Date& operator++
By: Zbych on Tue, 10 January 2012 16:11
|
|
|
Re: Date& operator++
By: mirek on Tue, 10 January 2012 21:12
|
|
|
Re: Date& operator++
By: koldo on Tue, 10 January 2012 21:14
|
|
|
Re: Date& operator++
By: mr_ped on Wed, 11 January 2012 10:22
|
|
|
Re: Date& operator++
By: Zbych on Wed, 11 January 2012 10:59
|
|
|
Re: Date& operator++
By: koldo on Wed, 11 January 2012 11:23
|
|
|
Re: Date& operator++
By: mirek on Wed, 11 January 2012 11:53
|
Goto Forum:
Current Time: Sun Nov 10 20:25:13 CET 2024
Total time taken to generate the page: 0.01418 seconds
|