home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!bonnie.concordia.ca!IRO.UMontreal.CA!CC.UMontreal.CA!jeanh
- From: jeanh@ERE.UMontreal.CA (Jean Hugues)
- Newsgroups: comp.lang.c++
- Subject: Problems with the cout function and \f escape sequence
- Keywords: Turbo C++, cout, formfeed
- Message-ID: <1992Sep15.011706.26708@cc.umontreal.ca>
- Date: 15 Sep 92 01:17:06 GMT
- References: <l9scgqINNh7u@exodus.Eng.Sun.COM>
- Sender: Hugues Jean
- Organization: Universite de Montreal
- Lines: 9
-
-
- I am unable to perform a formfeed wihtin Turbo C++ v.3.0 using the simple
- command : cout << '\f';
- All it does is printing ASCII caracter #12 witch I can't post here.
- I also tried to print ASCII caracters using cout << '\xHHH; replacing HHH
- by the hex value but it doesn't correspond with those in the ASCII table.
-
- I am a new user (in fact, I buy the compiler today) so I would appreciate if
- somebody could give me a hint. Thanks in advance!
-