home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13271 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!ux1.cso.uiuc.edu!m.cs.uiuc.edu!sunb10.cs.uiuc.edu!sparc16.cs.uiuc.edu!pjl
  3. From: pjl@sparc16.cs.uiuc.edu (Paul Lucas)
  4. Subject: Re: <stdio.h> and <iostream.h>
  5. Message-ID: <1992Sep3.185625.4432@sunb10.cs.uiuc.edu>
  6. Sender: news@sunb10.cs.uiuc.edu
  7. Organization: University of Illinois at Urbana-Champaign
  8. References: <1SEP199214472267@cnsvax.uwec.edu>
  9. Distribution: usa
  10. Date: Thu, 3 Sep 1992 18:56:25 GMT
  11. Lines: 16
  12.  
  13. In <1SEP199214472267@cnsvax.uwec.edu> tannerrj@cnsvax.uwec.edu (Power = 486 + HST Dual Standard) writes:
  14.  
  15. >I am trying to put a text windowing environment on a C++ program
  16. >that I have created. The text windowing environment is DFLAT from 
  17. >DDJ magazine. The problem is DFLAT is ANSI C using stdio.h and
  18. >my program is a C++ program with iostream.h. I have read that there
  19. >are potential dangers in mixing the two. Any suggestions? Thanks.
  20.  
  21. *****>    1. You don't _have_ to use iostreams in C++.
  22.     2. There exists a function synch_with_stdio (or something like
  23.        that) that makes the two work together; look at iostream.h
  24.        for the exact name.
  25. -- 
  26.     - Paul J. Lucas                University of Illinois    
  27.       AT&T Bell Laboratories        at Urbana-Champaign
  28.       Naperville, IL            pjl@cs.uiuc.edu
  29.