home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13645 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  887 b 

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