| |

VerySource

 Forgot password?
 Register
Search
View: 655|Reply: 1

Vs.net add virtual function Why can't I see it in Properties-> Rewrite?

[Copy link]

1

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-2-12 18:30:01
| Show all posts |Read mode
As the title.
class CA
{
  private:
  public:
   virtual BOOL Test () {return FALSE;}
   CA () {}
   ~ CA () {}
}
It stands to reason that Test () should be listed in Properties-> Rewrite so that it can be rewritten; But why are the virtual functions in the classes of MFC library functions listed?
Reply

Use magic Report

0

Threads

9

Posts

10.00

Credits

Newbie

Rank: 1

Credits
10.00

 China

Post time: 2020-7-12 11:45:01
| Show all posts
Take a look at the class view
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list