Is it possible to introduce Automatic Reference Counting (ARC) to C++?

前端 未结 9 669
时光取名叫无心
时光取名叫无心 2021-02-04 01:54

Objective C has introduced a technology called ARC to free the developer from the burden of memory management. It sounds great, I think C++ developers would be very happy if g++

9条回答
  •  北荒
    北荒 (楼主)
    2021-02-04 02:15

    Microsoft C++/CX has ARC for ref classes. Embarcadero has 2 C++ compilers, one of them has ARC.

提交回复
热议问题