Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Teach Yourself C in 21 Days Review by Mark Goodell
Not Bad!
I've searched through the most popular books on C and C++ trying to find something on how to determine how much memory is available for your data. I was looking for something comparable to the "memavail" command in Turbo Pascal. A programmer wants this information if he plans on putting most or all of his computer's available memory to best use. Finally I found something, and it was in this book. (I am amazed that other books on C offer nothing by way of advice or anything else in this area.) It was an example of how to use the memory allocation function (malloc()), and it also provided an excellent example of what you can do with C pointers. My compliments to the author(s) of this book.