473,785 Members | 2,363 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C++ Abstract Factory Implementation

Hello
I am hoping someone can give me very needed help. I am wanting some C+
+ code for 'C++ Abstract Factory'. I need code to be free. I am been
learning Design patterns.
I found some code on web but dont know which is one is ok.

http://programmerjoe.com/2007/03/18/...-pattern-in-c/
http://www.codeproject.com/KB/archit...gnPattern.aspx
Loki :in text book
http://sourceforge.net/projects/papafactory
http://sourceforge.net/projects/austria/

My colleague said I should look at boost library or use a standard
'factory' in C++. but I cannot find it.
I have read text book on Design Patterns and understand 'Abstract
Factory'.

Much thanks in adnace for help

Suresh

Jul 8 '08 #1
3 4627
su********@ymai l.com wrote:
I am hoping someone can give me very needed help. I am wanting some C+
+ code for 'C++ Abstract Factory'. I need code to be free. I am been
learning Design patterns.
There is sample code in the book, why don't you use that?
I found some code on web but dont know which is one is ok.

http://programmerjoe.com/2007/03/18/...-pattern-in-c/
http://www.codeproject.com/KB/archit...gnPattern.aspx
Loki :in text book
also at:
http://loki-lib.sourceforge.net/
http://sourceforge.net/projects/papafactory
http://sourceforge.net/projects/austria/
It depends on the situation.
My colleague said I should look at boost library or use a standard
'factory' in C++. but I cannot find it.
That's because there isn't one.
Jul 9 '08 #2

<su********@yma il.coma écrit dans le message de news:
80************* *************** **...legroup s.com...
Hello
I am hoping someone can give me very needed help. I am wanting some C+
+ code for 'C++ Abstract Factory'. I need code to be free. I am been
learning Design patterns.
I found some code on web but dont know which is one is ok.

http://programmerjoe.com/2007/03/18/...-pattern-in-c/
http://www.codeproject.com/KB/archit...gnPattern.aspx
Loki :in text book
http://sourceforge.net/projects/papafactory
http://sourceforge.net/projects/austria/

My colleague said I should look at boost library or use a standard
'factory' in C++. but I cannot find it.
I have read text book on Design Patterns and understand 'Abstract
Factory'.

Much thanks in adnace for help

Suresh
Loki has one.
If you are learning desing pattern, you should read Modern C++ Desing by
Andrei Alexandrecu.

http://loki-lib.sourceforge.net/

---------------------

Eric Pruneau
Jul 9 '08 #3
su********@ymai l.com wrote:
....
http://sourceforge.net/projects/austria/
yes - Austria has a generic factory system. It's quite robust.

Afact, there is no "standard" library factory system. Austria is using
standard C++ so I suppose you can say it's "standard".

The unit tests in Austria C++ give you a number of different ways of
using the factory system.

The Austria C++ unit test framework also uses the factory framework as a
way of registering unit tests.

G
Jul 9 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3856
by: Sebastien Degardin | last post by:
Hello, I need to use a Factory pattern to create services class. i have an interface --> MyService i can have an abstract class --> MyAbstractService i have several concrete class for this service --> MyServiceVersion1_1 MyServiceVersion1_2. I would like to create a factory which could instantiate object using
17
6646
by: Medi Montaseri | last post by:
Hi, Given a collection of similar but not exact entities (or products) Toyota, Ford, Buick, etc; I am contemplating using the Abstraction pattern to provide a common interface to these products. So I shall have an Abstract Base called 'Car' implemented by Toyota, Ford, and Buick. Further I'd like to enable to client to say Car *factory;
33
3355
by: Chris Capel | last post by:
What is the rationale behind the decision not to allow abstract static class members? It doesn't seem like it's a logically contradictory concept, or that the implementation would be difficult or near-impossible. It seems like it would be useful. In fact, there's a place in my code that I could make good use of it. So why not? Chris
4
1512
by: Rachel Devons | last post by:
All, I'm struggling with an OOP concept. Let me try to define what I'm wanting by using some classic examples. Let's say that I have classes called Square & Circle that derive from class Shape. Within class Shape, it has a method called Save to save the object to disk. It's defined in Shape because the logic to save the shapes is uniform across all shapes. Furthermore, let's say I've defined an interface called IDraw that includes
3
1819
by: Christer | last post by:
Hi all! We're creating an administration for a web application. This includes severeal aspx pages. Our key entity in the web application is "Profile", which can have a certain type. Based on the profile type, the administration pages will have some small changes, such as displaying a few extra tabs, or maybe change the available choices in a dropdown.
0
2681
by: mailforpr | last post by:
Hi. Let me introduce an iterator to you, the so-called "Abstract Iterator" I developed the other day. I actually have no idea if there's another "Abstract Iterator" out there, as I have never looked for one on the net (I did browse the boost library though). It doesn't matter right now, anyway. To put it simply, Abstract Iterator is mainly a wrapper class. It helps
6
3308
by: Nindi | last post by:
5 Files Singleton.h The Singleton Factory.h The factory creating new objects. The Base class of the hierachy stores a typelist identifying the signature of the constructors to be called in the hierachy by the Factory StaticFactory Returning refernences to a static object .. typelist as above.
2
2567
by: Duy Lam | last post by:
Hi everyone, Sorry, I don't know what group to post this problem, I think may be this group is suitable. I'm styduing DAO (Data Access Object) pattern in this link http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html. While I've read about implementing Data Access Objects by Factory Method Pattern (http://java.sun.com/blueprints/corej2eepatterns/Patterns/images09/figure09_07.gif) and Abstract Factory Pattern...
1
299
by: suresh_rai | last post by:
Hello I am hoping someone can give me very needed help. I am wanting some C + + code for 'C++ Abstract Factory'. I need code to be free. I am been learning Design patterns. I found some code on web but dont know which is one is ok. http://programmerjoe.com/2007/03/18/the-abstract-factory-pattern-in-c/ http://www.codeproject.com/KB/architecture/DesignPattern.aspx Loki :in text book
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9485
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7506
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5390
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5523
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3662
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.