If i have the following class:
Then what does that last line mean?? What could be the reason for this..??Code:class cBlaat { public: void SomeFunc(); }; typedef class cBlaat * LPBLAAT;
"typedef class cBlaat * LPBLAAT"
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 12 of 12
Thread: [c++] typedef classThreaded View
|
Click Here to Expand Forum to Full Width |