|
|
|
|
|
by Sebb767
885 days ago
|
|
> That probably works with C but it'd make C incompatible with C++. C is not a subset of C++. The simplest example: > int new = 1; Perfectly valid C, but not valid C++. Now, modules would obviously be a bigger break than a few keyword incompatibilies, but at that point you'd also massively increase complexity and basically start creating C++ again, which is probably the actual reason it hasn't happened yet. |
|