Liste des Groupes | Revenir à cl c |
On 30.04.2025 11:06, Muttley@DastardlyHQ.org wrote:On Wed, 30 Apr 2025 09:45:20 +0200code.
David Brown <david.brown@hesbynett.no> wibbled:More relevant to this group, it make also be convenient for people
trying to work with big C code bases that were written on Windows and
you now want to compile (for whatever target you want) them on Linux.
I've seen code bases developed on Windows machines where the
capitalisation of include directives was inconsistent - that works on
case-insensitive filesystems, but not on case-sensitive systems. (Yes,
I know there are many other ways to deal with such issues, but putting
the source code in a case-insensitive directory on ext4 is one option.)
I've seen on more than one occasion C++ (not C yet) projects where there
were 2 files only different in case, eg: Network.cpp and network.cpp where
the former would be the class and the latter would be procedural supportGood luck unzipping that on Windows or any other case insensitive filesystem.
>
For low-level system software like network functionality that
would probably anyway not work on Windows in the first place
Les messages affichés proviennent d'usenet.