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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Quiz: What is wrong with this code?
Quiz: What is wrong with this code? [message #3951] Mon, 10 July 2006 23:16 Go to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
struct Rect_ {
.....
	Pt     CenterPoint() const              { return Pt((left + right) / 2, (top + bottom) / 2); }
.....
};


...should compute the central point of Rect...

(...fixed).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Some macro enhancements for TheIde
Next Topic: Fixed QuickTabs DnD refreshing problems. Mouse wheel works in tiny bar too now..,
Goto Forum:
  


Current Time: Tue May 21 17:15:19 CEST 2024

Total time taken to generate the page: 0.01977 seconds