I recently presented arguments for and against using dynamic memory allocation in C and C++ programs. 1 I do agree that truly safety-critical systems should avoid using dynamic allocation because the ...
The big problem that I am having is how to create the arrays (or arrays of pointers really) to dynamically assign memory at run time, to be able to collect the information from multiple selections ...