home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13157 < prev    next >
Encoding:
Text File  |  1992-09-01  |  837 b   |  20 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!caen!sol.ctr.columbia.edu!cnsvax.uwec.edu!tannerrj
  3. From: tannerrj@cnsvax.uwec.edu (Power = 486 + HST Dual Standard)
  4. Subject: <stdio.h> and <iostream.h>
  5. Organization: University of Wisconsin Eau Claire - Power Users
  6. Message-ID: <1SEP199214472267@cnsvax.uwec.edu>
  7. News-Software: VAX/VMS VNEWS 1.41    
  8. Sender: news@ctr.columbia.edu (The Daily Lose)
  9. Date: Tue, 1 Sep 1992 20:47:00 GMT
  10. X-Posted-From: cnsvax.uwec.edu
  11. X-Posted-Through: sol.ctr.columbia.edu
  12. Lines: 6
  13.  
  14. I am trying to put a text windowing environment on a C++ program
  15. that I have created. The text windowing environment is DFLAT from 
  16. DDJ magazine. The problem is DFLAT is ANSI C using stdio.h and
  17. my program is a C++ program with iostream.h. I have read that there
  18. are potential dangers in mixing the two. Any suggestions? Thanks.
  19.  
  20.