PLURALSIGHT BUILDING CONTEXT MENU SHELL EXTENSIONS IN C PLUS PLUS 視頻教學 英文教學版

 



 
軟體簡介:
 
Thiscoursewillshowyouhowtobuildcontext-menushellextensionsfor
Windows,usingtheC++programminglanguage.COMisnotaprerequisite,since
basicCOMelementsforshellextensionsprogrammingwillbeintroducedinthe
firstmodule.InthiscourseI'llusebothpureC++(withoutthehelpofany
framework),andC++withATL(whichisamatureindustrystandardframework
fordoingCOMdevelopmentinC++onWindows).I'llintroduceacoupleof
differenttechniquesforbuildingcontext-menushellextensions:onebasedon
theIExecuteCommandCOMinterface,andanotherbasedontheIContextMenuCOM
interface.