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

IF you learn C++ I'd suggest to use it as a nicer C, without any std:: or the million other complications. Write your own List / String classes for fun, they can't be much worse than the std ones.



The string class you implement will be worse than the stdlib one, unless you implement small-string optimization, too, which is a massive pain.


This is such bad advice.




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

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

Search: