Implementation Question
-
Okay, I just want some idea's if anyone fancy's to give their input. Wnat I would like to do is create a digital circuit simulator. But I would like to keep everything modular. For example the app's doc structure (I am using MFC) would act as like a "backplane", and all the components would load in as DLL's. Now my question is what is the most efficent way to model this architecture using c++/MFC? I was thinking something like the doc class would keep a linked list "map" of integers that would represent pins on the device and the DLL's would somehow have to let the app know how many pins it has and if the pins is an input/output, etc... Any idea's if this would even work, or any other ideas that would be more effecient? Any help would be appreciated. Thanks, JD