Stefan_Lang wrote:
Agreed on pretty much anything, except that I consider 100,000 lines rather small
Well C and C++ are pretty concise languages. Of course you may feel 100,000 'small' (I feel it 'large'), however, probably 10^5 is the right order of magnitude.
Stefan_Lang wrote:
and don't see any advantage in using C over C++ on smaller projects, as long as there are at least two developers working on it. OOP and the stricter syntax of C++ is great for avoiding errors based on misunderstandings of code use.
I think structured programming is better than OOP for small projects. You may use C++ (as 'better C') with the structured programming paradigm, of course.
Veni, vidi, vici.