Mamimum Number of lines displayed in Output Window.

  • Thread starter jayanthiveerabahu
  • Start date
J

jayanthiveerabahu

Hi,

I am running a C program that parses an XML file and displays the
parsed output. The compiler I use to run the program is BORLAND C
(Version 3.1). My problrm is " the output window displays only 25 lines
of the parsed output". Remaining lines are missing.When I run the same
program in turbo C I am able to see the entire parsed output. Why not
with borland C?

Please give your valid inputs as soon as possible.

Thanks in advance
Jayanthi
 
R

Richard Heathfield

(e-mail address removed) said:
Hi,

I am running a C program that parses an XML file and displays the
parsed output. The compiler I use to run the program is BORLAND C
(Version 3.1). My problrm is " the output window displays only 25 lines
of the parsed output". Remaining lines are missing.When I run the same
program in turbo C I am able to see the entire parsed output. Why not
with borland C?

If it works with Turbo C and not with Borland C, you did not write your code
in a manner that is portable between C compilers. I suggest you get hold of
a copy of the ISO C Standard, so that you can write portable code in
future.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: normal service will be restored as soon as possible. Please do not
adjust your email clients.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top