B
Bill Cunningham
How can C be used to created a "Vtable" like C++'s virtual functions? I bet
this involves struct.
Lost
Bill
this involves struct.
Lost
Bill
Bill Cunningham said:How can C be used to created a "Vtable" like C++'s virtual functions? I bet
this involves struct.
Bill Cunningham said:How can C be used to created a "Vtable" like C++'s virtual functions? > I bet
this involves struct.
In C++ every member function takes a this pointer as its first parameterBill Cunningham said:Great. Does the STRAIGHT *line=straight;
Make straight the client through the line pointer to the interface
straight?
That's what it looks like to me. Kind of like the new in C++. That's
what it is doing here right?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.