Liste des Groupes | Revenir à cl c |
On 12/07/2024 13:36, David Brown wrote:If you say stupid things, repeatedly, you should not be surprised if people try to dumb down the way they speak to you.
One person's private sort-of-C compiler is of no more relevance to the C community than one person's private language. You are welcome to make as many non-conforming changes to your own tools as you like, but they do not make a difference to C. No one else will ever use your tool, so no one else will ever care about any incompatible changes you make to it. If /you/ are happier having such changes in your tools, then that is great for you.Jesus, you just can't resist putting the boot in at every opportunity and being incredibly patronising, can you?
I made the tweak to see how hard it would be to detect value-arrays declared in parameter list (it was very easy), and what the consequences would be on existing code (significant).No, the consequences are non-existent because no one uses your tool, and no one will ever copy that change in other tools (of significance).
The example I posted showed a type (const char* x[]) where there was no advantage to having that value array notation. Using 'const char**' would be a more accurate description of the actual parameter type.You can write your code the way you want to write it - it will not change the way anyone else writes their code. It really is that simple. Why is this so difficult for you to understand?
Les messages affichés proviennent d'usenet.