non static member
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
:(Is there any way I can call the member function of a user defined "sniff" class when calling it from the function which is not the member of the "sniff" class. The error that occurs when call is made error C2352: 'sniff::show' : illegal call of non-static member function :( Reply me soon
-
:(Is there any way I can call the member function of a user defined "sniff" class when calling it from the function which is not the member of the "sniff" class. The error that occurs when call is made error C2352: 'sniff::show' : illegal call of non-static member function :( Reply me soon
you can only call member functions from an instance of the object. -c
Image tools: ThumbNailer, Bobber, TIFFAssembler