help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: new to g++, header file location


From: tlann
Subject: RE: new to g++, header file location
Date: Fri, 18 Feb 2005 15:16:03 -0700

> From: "Arne" <watje22@hotmail.com>
> 
> Er, hello,
> 
> I have some knowledge of C++ but have never really had the necessity
> to stay tuned to the latest developments. I have just (yesterday, so
> it may be considered to be a new version, no?) installed cygwin and
> gcc. However, since I am almost completely unknown to UNIX/GNU, I have
> no idea how to solve the following problem. It appears that the
> location of the .H-files is not obvious to the GCC compiler (why? I
> have just installed it, no funnby stuff except that I installed cygwin
> in a folder called RedHat on the C-root). A simple statement like
> #include <math> leads to an error saying that math is unknown, 
---------------------
Would #include <math.h>  do in this situation?

Thomas








reply via email to

[Prev in Thread] Current Thread [Next in Thread]