OO design principle
Item 34: Minimize Compilation Dependencies Between Files
There are three technique to make a header file more self-contained:
Avoid using objects when object references and pointers will do
This will avoid the need of including a header file
Don't _#include_ header files in your header files unless your headers won't compile without them
Use forward declaration instead
Probably useful technique if the scale of the c++ project warrants it?
Install Erlang on a Ubuntu 10.10 Instance
Installing erlang
on a ubuntu 10.10 instance
A snapshot of dependencies:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
To Install Ssh Service to a Ubuntu Server
To install ssh service to a Ubuntu server
“