5.3 Can I include a source file?

Yes, but it is not a good idea.

Many beginner programmers include .c or .cc files using the #include directive. It does work in some cases, but it defeats the whole purpose of encapsulation (especially the least privilege part).



Copyright © 2006-09-07 by Tak Auyeung