I did this in a project and someone later came and changed them all to .h, because that was “the convention” and because “any C is valid C++”. Obviously neither of those things is true and I am constantly befuddled by people’s use of the word convention to mean “something some people do”. It didn’t seem worth the argument though.
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Kethal@lemmy.worldto Fediverse@lemmy.world•Lemmy Needs to Fix Its Community Separation ProblemEnglish01·1 year agoThe real problem is how do we centralize all communities. I mean, there’s a Linux community on lemmy.world, but also Linux Web sites, forums, chat rooms, people on Twitter that post about Linux. Sometimes people talk about Linux in emails, or text messages. They’re probably having in person conversations about Linux. This fragmentation is ruining things.
Yeah, I use that all the time. I think I use it in a different way though. I have projects with C, C++ and other languages. The C and C++ get compiled and linked together, and so there are some considerations for those files that don’t apply to anything else. So I mean C files and C++ files, but not as if they were the same language.