<< |
>>
#529 Dodano: 25-05-2009 18:48. Głosów: 189
int MyFunction()
{
// There once was a man named Dave
int Result = 0
// Whose code just wouldn't behave
MyObject *Ptr = new MyObject();
// He left to go to a meetin'
Result = Ptr->DoSomething();
// And left his memory a leakin'
return Result;
}
<< |
>>
{
// There once was a man named Dave
int Result = 0
// Whose code just wouldn't behave
MyObject *Ptr = new MyObject();
// He left to go to a meetin'
Result = Ptr->DoSomething();
// And left his memory a leakin'
return Result;
}