Hi, Can you tell me how I can create a modules with boost? Regards Peter
Hi, Can you tell me how I can create a modules with boost?
You've already asked that on this thread: http://thread.gmane.org/gmane.comp.lib.boost.user/64732 but haven't clarified your question.
On Wed, Dec 29, 2010 at 10:24 AM, derleader __
Maybe this is getting too complicated. I'm new to Boost and I'm new C++ developer. I'm looking for examples how to
write application divided into modules using Boost. Is there already done example? I need to see how to write C++ module.
Sounds to me like we're talking about compiling two object files, one containing a main() function, and linking them into a single executable. Code in one object file calls one or more functions in the other object file, passing parameters. This functionality does not require Boost; it's a native feature of most popular C++ toolchains. Examples of such usage should be readily findable in any C++ tutorial resource: book, Web site, what have you. If that's not what you're asking about, then yes, please do clarify what you're asking about.
participants (3)
-
derleader __
-
Igor R
-
Nat Linden