home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!caen!sol.ctr.columbia.edu!cnsvax.uwec.edu!tannerrj
- From: tannerrj@cnsvax.uwec.edu (Power = 486 + HST Dual Standard)
- Subject: <stdio.h> and <iostream.h>
- Organization: University of Wisconsin Eau Claire - Power Users
- Message-ID: <1SEP199214472267@cnsvax.uwec.edu>
- News-Software: VAX/VMS VNEWS 1.41
- Sender: news@ctr.columbia.edu (The Daily Lose)
- Date: Tue, 1 Sep 1992 20:47:00 GMT
- X-Posted-From: cnsvax.uwec.edu
- X-Posted-Through: sol.ctr.columbia.edu
- Lines: 6
-
- 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.
-
-