Talk:Modulinos: Difference between revisions

Line 35:
: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. (But good practice usually suggests that the "library code" and the "program code" be in separate files.) --[[User:Rdm|Rdm]] 12:16, 7 March 2011 (UTC)
 
== Ambiguities ==
6,951

edits