U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Date& operator++
Date& operator++ [message #35074] Mon, 09 January 2012 15:48 Go to previous message
koldo is currently offline  koldo
Messages: 3458
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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Preferred way to access VectorMap
Next Topic: Init a ctrl inside INITBLOCK
Goto Forum:
  


Current Time: Sat Apr 25 16:11:53 GMT+2 2026

Total time taken to generate the page: 0.00817 seconds