Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在阅读 AOP,并想在我的代码中使用(一些)AOP 想法和方法。我没有任何第三方扩展,只有 MSVS 2005 环境。那么,是否有可能在我的日常工作中受益于 AOP 概念,而无需对现有代码进行完全重构(2 年的项目 x 5 名程序员)?
您可以使用 AspectC++ 编译器扩展而无需更改大部分代码。只需查看 AspectC++ 和它的教程。