Re: Progamming style

it is a convention for compiling-out out code and comments.

if you literally comment-out a chunk of code with /* ... */
then nested comments within cause trouble in many compilers.



Karl-Otto Linn wrote:

> Hi,
> inspecting the libwww code one can find many time lines like:
> #if 0
> < any code >
> #endif
>
> Is any able to tell me the significance of this coding. Or do I have
> made a mistake in the preparation of the downloaded code? Or is it some
> type commenting things out?
>
> Thanks Karl-Otto

Received on Saturday, 23 October 1999 12:12:43 UTC