Sujet : Re: question about linker
De : david.brown (at) *nospam* hesbynett.no (David Brown)
Groupes : comp.lang.cDate : 02. Dec 2024, 22:16:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vil82t$3ie9o$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla Thunderbird
On 02/12/2024 20:12, Bart wrote:
On 02/12/2024 18:23, Janis Papanagnou wrote:
On 02.12.2024 16:24, David Brown wrote:
On 02/12/2024 13:24, Bart wrote:
[...]
>
That sounds like you have a very poor organisation of your files. [...]
>
A suspicion that I got as well (also from other posts of him).
Then you'd both be wrong. DB's remark was anyway a misunderstanding.
My projects have all relevant modules, usually measured in dozens, in the same folder.
Oh, dozens of modules! I never realised your programs were that big!
In my current project, there are 155 C files, 44 C++ files, 272 header files, and 5 linker files over 71 directories. Most of the C files and a substantial proportion of the headers are libraries and SDKs for the device in use, most of the C++ files were written by me, but some were written by four other developers at the same time.
When you work with more serious projects, you need a better organisation than you do for little one-man hobby programs.