Liste des Groupes | Revenir à cl c |
This applies to all languages. For example, in Python you do not
have separate "interface" and "implementation" files - everything is
in one ".py" file. If I have a Python module that says "import
my_py_lib", how does Python know where to find "my_py_lib.py" ? How
does it know which copy of "my_py_lib.py" to use from the dozen that
I have on my computer? The answer is it uses some default rules for
the language, some default rules for the implementation, some
configuration settings, some flags, some run-time information
(equivalent to compile-time information in compiled languages). The
exact details are different, but the principle is the same for C and
for any other language that can handle more than one file.
>
Les messages affichés proviennent d'usenet.