home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- 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
- From: pjl@sparc16.cs.uiuc.edu (Paul Lucas)
- Subject: Re: <stdio.h> and <iostream.h>
- Message-ID: <1992Sep3.185625.4432@sunb10.cs.uiuc.edu>
- Sender: news@sunb10.cs.uiuc.edu
- Organization: University of Illinois at Urbana-Champaign
- References: <1SEP199214472267@cnsvax.uwec.edu>
- Distribution: usa
- Date: Thu, 3 Sep 1992 18:56:25 GMT
- Lines: 16
-
- In <1SEP199214472267@cnsvax.uwec.edu> tannerrj@cnsvax.uwec.edu (Power = 486 + HST Dual Standard) writes:
-
- >I am trying to put a text windowing environment on a C++ program
- >that I have created. The text windowing environment is DFLAT from
- >DDJ magazine. The problem is DFLAT is ANSI C using stdio.h and
- >my program is a C++ program with iostream.h. I have read that there
- >are potential dangers in mixing the two. Any suggestions? Thanks.
-
- *****> 1. You don't _have_ to use iostreams in C++.
- 2. There exists a function synch_with_stdio (or something like
- that) that makes the two work together; look at iostream.h
- for the exact name.
- --
- - Paul J. Lucas University of Illinois
- AT&T Bell Laboratories at Urbana-Champaign
- Naperville, IL pjl@cs.uiuc.edu
-