|
|
|
|
|
by Maxatar
498 days ago
|
|
Circle is 100% backward compatible with C++. That is a technical property of the language. You are welcome to take your millions of lines of C++ code and it will compile without change using Circle as any valid C++ code is valid Circle code, which is the technical definition of being backward compatible. You don't need to change existing code to use Circle or the new features Circle introduces, you can just write new classes and functions with those features and your existing code will continue to compile as-is. |
|