<div dir="ltr">Hi all,<div><br></div><div>I have some questions regarding GEOS C++ API.  From readme[1],</div><div> GEOS C++ API is deprecated and not recommended for use in third party libraries. But most of examples and test are still in C++ and C++ api still exists and used in tests. The reason for this is goes itself can use c++ interface but I want to is that the only reason for keeping c++ interface?</div>

<div><br></div><div>If a third party already uses C++ interface is it recommended to move to C API?</div><div><br></div><div>Lastly if there is a migration guide that must be read before changing to C API?</div><div><br>
</div>
<div><br></div><div><br></div><div>[1] <a href="https://github.com/libgeos/libgeos">https://github.com/libgeos/libgeos</a></div><div><br></div><div>""</div><div><pre style="overflow:auto;font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:15px;margin-top:0px;margin-bottom:0px;white-space:pre-wrap;color:rgb(51,51,51)">

The C libary uses the C++ interface, but the
C library follows normal ABI-change-sensitive versioning, so programs
that link only against the C library should work without relinking
when geos is upgraded.)</pre></div><div>""</div><div><div><br></div>-- <br><div><font face="arial, helvetica, sans-serif">Regards,<br>   Rashad</font></div>
</div></div>