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++ Widgets - General questions or Mixed problems » when to use struct, when - class, for a derived widget?
when to use struct, when - class, for a derived widget? [message #205] Sat, 03 December 2005 12:30 Go to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
when to use struct, when - class, for a derived from e.g TopWindow?
e.g
class SimpleWindow : public TopWindow {
public:
	typedef SimpleWindow CLASSNAME;

	SimpleWindow();
};


struct SimpleWindow : public TopWindow {
public:
	typedef SimpleWindow CLASSNAME;

	SimpleWindow();
};
 
Read Message
Read Message
Next Topic: Focus sticks in MenuBar when iterating with TAB key
Goto Forum:
  


Current Time: Sun May 12 12:19:54 CEST 2024

Total time taken to generate the page: 0.02624 seconds