Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| pointer = new type | allocate memory to a single element of type type |
| pointer = new type [index] | allocate memory to an array |
| identifier = new (nothrow) type [index] | no throw method |
| delete pointer; | deletes memory allocated to a single element |
| delete [] pointer; | deletes memory allocated to an array |
| #include <new> | allows declaration of dynamic memory |
| Terms | 6 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subjects | C plus plus, programming |
| Access | Anyone |
| Edit | Creator Only |