Want to know the specific steps to modify the base class, online information is can be manually modify no specific code demo, I am a beginner a lot of things don't understand, so in this consult everybody a great god, thank you!
CodePudding user response:
Directly modifying inherits a base class is,For example, the original is:
The class MyFile: public CFile
{
}
Now changed to:
The class MyFile: public CStudioFile
{
}