Sujet : Re: C23 thoughts and opinions
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 28. May 2024, 06:45:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v33r0t$fftb$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Pan/0.158 (Avdiivka; )
On Mon, 27 May 2024 10:45:28 +0200, David Brown wrote:
Whichever compiler you use, I strongly recommend using only ".c" for C
files, and only ".cpp" for C++ files.
Some use .cc for C++ code as well. Looking at the Blender source tree, for
example, I see a mix of .cpp and .cc.