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

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: 14290
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: Sun Apr 26 16:32:03 GMT+2 2026

Total time taken to generate the page: 0.00510 seconds