Is it posible to make a sort function with an pointer to an callback?
PHP Code://...
void Sort(LPCSTR *CallBackName) // This can't compile....!!
{
qsort(this->GetData(), this->GetSize(), sizeof(ARG_T), CallBackName);
//...
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Pointer to an CallBackThreaded View
|
Click Here to Expand Forum to Full Width |