Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 3361
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: Thu May 09 14:31:18 CEST 2024

Total time taken to generate the page: 0.01979 seconds