Talk:Modulinos: Difference between revisions

Content added Content deleted
Line 34: Line 34:


:I could change the task to reflect what Python does with, for example its CGIHTTPServer module, where calling it as command <code>python -m CGIHTTPServer</code> starts a web server, and loading it as a module would allow the calling program access to code for setting up a web server. --[[User:Paddy3118|Paddy3118]] 16:33, 4 March 2011 (UTC)
:I could change the task to reflect what Python does with, for example its CGIHTTPServer module, where calling it as command <code>python -m CGIHTTPServer</code> starts a web server, and loading it as a module would allow the calling program access to code for setting up a web server. --[[User:Paddy3118|Paddy3118]] 16:33, 4 March 2011 (UTC)

C code can use libraries ("shared libraries", "dynamically loaded libraries", whatever...). It's relatively trivial to put all of the logic in a library and have a trivial program that links to that library. That said, this is more about the build process than it is about the C code. --[[User:Rdm|Rdm]] 12:16, 7 March 2011 (UTC)


== Ambiguities ==
== Ambiguities ==