From mboxrd@z Thu Jan 1 00:00:00 1970 From: aka007@mail.com To: help-gcc@gnu.org Subject: Re: help, gcc, ?cout error? Date: Sat, 11 Dec 1999 20:34:00 -0000 Message-id: <3853018b.33642768@usenet.nau.edu> References: <3852d685.22627268@usenet.nau.edu> <3852FC1C.1DFC5B1B@csuhayward.edu> X-SW-Source: 1999-12/msg00182.html i modified it a bit, here is the current version: UW PICO(tm) 2.9 File: a.cpp #include int main() { int a; int b; int c; a=5; b=2; c= a+b; cout << a; return 0; } if i comment out, //, the cout, it compiles get the same error.... Jesse aka007@mail.com On Sat, 11 Dec 1999 17:36:28 -0800, Dave Topham wrote: >All you need for cout is >There may be a conflict using that in addition to >(I'm not an expert, but this is my thoughts on it!) >-Dave > From mboxrd@z Thu Jan 1 00:00:00 1970 From: aka007@mail.com To: help-gcc@gnu.org Subject: Re: help, gcc, ?cout error? Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <3853018b.33642768@usenet.nau.edu> References: <3852d685.22627268@usenet.nau.edu> <3852FC1C.1DFC5B1B@csuhayward.edu> X-SW-Source: 1999-12n/msg00182.html Message-ID: <19991231222400.1szF4PvEfKpoVBUPComvs6_cnx9OfFQkH57905erFjE@z> i modified it a bit, here is the current version: UW PICO(tm) 2.9 File: a.cpp #include int main() { int a; int b; int c; a=5; b=2; c= a+b; cout << a; return 0; } if i comment out, //, the cout, it compiles get the same error.... Jesse aka007@mail.com On Sat, 11 Dec 1999 17:36:28 -0800, Dave Topham wrote: >All you need for cout is >There may be a conflict using that in addition to >(I'm not an expert, but this is my thoughts on it!) >-Dave >