|
|
|
|
|
by kovacs_x
977 days ago
|
|
sure... and what about time spent debugging yet another unallocated/untimely freed/off by 1 pointer mistake? ps. you know you can write C++ code that is functional and use free functions primarily instead of putting everything in classes? |
|
And once you fix it, you have built a light weight library that you can use from any other language.
Also these pointer manipulation is what gives C its power.