|
|
|
|
|
by simonask
407 days ago
|
|
The strong/weak distinction is a bit fuzzy, but reasonable people can have the opinion that C++ is, in fact, loosely/weakly typed. There are countless ways to bypass the type system, and there are implicit conversions everywhere. It _is_ statically typed, though, so it falls in a weird category of loosely _and_ statically typed languages. |
|
That aside, the only remaining footgun in C++ is the implicit numeric conversions. What else did you have in mind?