Changes

Jump to: navigation, search

OOP344 - 20101

305 bytes added, 10:15, 15 October 2009
This Week
===This Week===
* ==== Dynamic Memory allocation====To do Dynamic Memory Allocation you need:# Pointer of the type of the memory we are alocating # If the pointer is already pointing at another already allocated memory, deallocate it.# Allocate memory and set the pointer to its address.# Use the memory.....# When you are done, deallocate it.
===To Do===

Navigation menu