Thread: Factory Functions HOWTO

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    4

    Question Factory Functions HOWTO

    I wanted to make an app I'm writing more modularized, and someone suggested using factory functions in DLLs. Now, I know what a DLL is and how to write one but, factory functions elude me. Everything I find on google turns out to be a message post on some idle board saying to use factory functions in <insert development library here>. So can anyone explain what factory functions are and how to write one or rather the functionality of them. Thanx.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Retry your search using "factory pattern"

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Calling functions within functions
    By saahmed in forum C Programming
    Replies: 1
    Last Post: 03-09-2006, 02:03 AM
  2. Void Functions Help
    By bethanne41 in forum C++ Programming
    Replies: 1
    Last Post: 05-09-2005, 05:30 PM
  3. Functions and Classes - What did I do wrong?
    By redmage in forum C++ Programming
    Replies: 5
    Last Post: 04-11-2005, 11:50 AM
  4. calling functions within functions
    By edd1986 in forum C Programming
    Replies: 3
    Last Post: 03-29-2005, 03:35 AM
  5. Shell functions on Win XP
    By geek@02 in forum Windows Programming
    Replies: 6
    Last Post: 04-19-2004, 05:39 AM