home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!uwm.edu!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!frmop11!barilvm!bimacs!tamari
- From: tamari@bimacs.BITNET (tamari zvi)
- Newsgroups: comp.lang.c++
- Subject: Turbo C++ version 1.01 cout problem
- Keywords: c++,cout
- Message-ID: <4620@bimacs.BITNET>
- Date: 4 Jan 93 14:01:42 GMT
- Organization: Math & CS, BarIlan U, Ramat-Gan, Israel
- Lines: 37
-
-
- I have started learning C++, and I have a problem linking program with
- cout.
-
- my program looks as follows :
-
- #include<iostream.h>
- main()
- {
- cout << "Hello\n";
- }
-
- The linker gives the following messages :
-
-
- Linker warning: ios::stdioflush conflicts with module FSTREAM in module HELLO.C
- Linker error: Undefined symbol ostream(const char far*,const char far* ) in module HELLO.C
-
-
-
- I will be greatful, and God will bless you I you can sort out this problem
- for me.
-
- Thanks in advance,
- Zvi Tamari.
-
-
- --
- Name : Zvi Tamari
-
- E-Mail Addresses : BitNet : tamari@bimacs.bitnet
- InterNet : tamari@bimacs.cs.biu.ac.il
-
- Address : 3 Hameiri st.
- Ramat Gan 52 651
- ISRAEL Telephone : +972-3-340169
- Fax : +972-3-6910525
-