Using/Mixing C in C++ code?

前端 未结 12 1585
南旧
南旧 2020-12-24 03:03

Is using C in C++ bad?

Many people have told me that using C in C++ is bad because it\'s not as safe, and it requires more memory management. I keep telling them tha

12条回答
  •  自闭症患者
    2020-12-24 03:08

    The simple answer here is, profile; determine which works best in your case and use it wisely!

提交回复
热议问题