|
|
|
|
|
by yati
4738 days ago
|
|
> And why on earth would you want to worry about buffer overflows and memory leaks Have you written a line of code in modern C++? Know what RAII is? If you use C arrays and char*s in C++, that's your problem - the language provides idioms that are "as safe as" Java. |
|