Set: C plus plus: Dynamic Memory

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

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 6 terms

TermDefinition
pointer = new typeallocate 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
Become a Friend of Quizlet!

Set Information

Terms 6
Creator jtwilliams00
Created March 30, 2009
Groups None
Subjects C plus plus, programming
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.