> > #include <iostream.h>
> >
> > #include <stdio.h>
>
> I vaguely remember some book mentioning us not to use both iostream and
stdio.h
> in the same program, because they manipulate buffers independently, and
can cause
> unpredictable output.
essentially order in which the output comes out of interleaved c stdio & cpp
iostream function calls. Intresting things start to happen when u take the
output in files!! Though this is not the problem with the original program!!

Bye,
    /\ |\/| |3 /\ r

          ================================================
To subscribe, send email to [EMAIL PROTECTED] with subscribe in subject header
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header
Archives are available at http://www.mail-archive.com/ilugd%40wpaa.org
          =================================================

Reply via email to