Tagged Questions

8
votes
10answers
1k views

Alternative to forward declarations when you don't want to #include

I usually, almost without thinking anymore, use forward declarations so that I won't have to include headers. Something along this example: //----------------------- // foo.h ...
0
votes
0answers
91 views

Component Costs [closed]

I don't like adding new components (e.g. a C++ or C# DLL) to my overall enterprise application, unless that component truly pays for itself. For example, I won't create a component that contains one ...