|
|
|
|
|
by kevin_thibedeau
5 hours ago
|
|
We had a process where C or C++ competence was acceptable and they would need to do some simple list creation tasks without STL. One guy was adamant about using C++ despite being assured C would be fine. It didn't look good when he new'ed an array and forgot to delete[] it when free() would have been mistake proof. |
|