Problems with memory dynamic allocation: main: malloc.c:3096: sYSMALLOc?

The problem appears to be at the line where you call malloc() .

While this may not be an option for you, you would be better off using C++. Among its many software engineering benefits, its new idiom for allocating memory prevents exactly this kind of error, since you must explicitly use the object type: newPtr = new mazzo.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions