How to print in turbo c++

A

aero31aero

I wnat to print a report card from a database program in 16bit c++. how can i align the output and print it properly??
 
V

Victor Bazarov

I wnat to print a report card from a database program in 16bit c++. how can i align the output and print it properly??

Output in C++ is usually handled by "inserting" into a stream that can
be associated with a file or a device (if it has a name) on your
platform, with a string, or with the "standard output" or "standard
error report" (the 'std::cout' and 'std::cerr' objects). There are no
specific "print" functions in the Standard library. You compiler can
still provide them, but we would know nothing about that; consult your
compiler documentation.

V
 
M

Man-wai Chang

I wnat to print a report card from a database program in 16bit c++.
how can i align the output and print it properly??

what report card? what database?

--
@~@ You have the right to remain silence.
/ v \ Simplicity is Beauty! May the Force and farces be with you!
/( _ )\ (Fedora 15 i686) Linux 3.0.4
^ ^ 22:56:01 up 5 days 2:09 0 users load average: 0.09 0.05 0.06
ä¸å€Ÿè²¸! ä¸è©é¨™! ä¸æ´äº¤! ä¸æ‰“交! ä¸æ‰“劫! ä¸è‡ªæ®º! è«‹è€ƒæ…®ç¶œæ´ (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa
 
M

Man-wai Chang

I wnat to print a report card from a database program in 16bit c++.

Turbo C++ for Window$ or plain Turbo C++ for DOS?

--
@~@ You have the right to remain silence.
/ v \ Simplicity is Beauty! May the Force and farces be with you!
/( _ )\ (Fedora 15 i686) Linux 3.0.4
^ ^ 22:56:01 up 5 days 2:09 0 users load average: 0.09 0.05 0.06
ä¸å€Ÿè²¸! ä¸è©é¨™! ä¸æ´äº¤! ä¸æ‰“交! ä¸æ‰“劫! ä¸è‡ªæ®º! è«‹è€ƒæ…®ç¶œæ´ (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa
 

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
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top