|
|
|
|
|
by kvnnews
1205 days ago
|
|
You can accomplish most of this by using forward declarations and the pimpl idiom as Scott Meyers recommends. Performance can be greatly improved with precompiled headers. Headers without pragmas or ifdef's sounds like masochism. |
|