This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problems compiling in GCC 3.2.2 - while in 2.95.3 everythingwent fine


[ Reply-To: gcc-help at gcc dot gnu dot org set ]

On Fri, 25 Apr 2003, Gabriel Marcelli wrote:
> I get strange error messages : gcc tells me he knows
> nothing about "string" and "vector", but i did include
> <string> and <vector>...
> He said me too he knows nothing about "cout" and
> "endl", but i obviously have included <iostream>!!!!
> What's up?

Please consult a good introductory book on C++ and check in which
namespace such standard libraries are supposed to reside in.

(Note that your question is off-topic on this list, which is one the
development _of_ GCC, not _with_ GCC.)

Gerald
-- 
Gerald "Jerry"   pfeifer at dbai dot tuwien dot ac dot at   http://www.pfeifer.com/gerald/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]