Answering question # 2 -
Memory can by allocated dynamically using malloc, or new.
For the former, use free.
For the latter use delete, or delete [] if you allocated an array.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Simple QuestionsThreaded View
|
Click Here to Expand Forum to Full Width |