Hacker News new | past | comments | ask | show | jobs | submit login

>I thought Firefox was mostly written in C++? Pretty surprised that raw realloc()s are widespread enough to warrant a note like this.

It is, but STL usage is very limited, because of all the headaches involved in linking against all the different STL implementations in all the different platforms. mozilla-central has its own containers.




The C++ variant most used in the real world is 'C with (some) classes'.


That, or people stay put in a framework such as Qt. I'd consider myself an experienced Qt developer. C++? Not so much.


I understand, but writing your own dynamic resizing array class is not hard.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: