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: Andre Poenitz
Subject: Re: new to g++, header file location
Date: Sun, 13 Mar 2005 20:14:22 +0100

tlann@technoeclectic.com wrote:
>> A simple statement like
>> #include <math> leads to an error saying that math is unknown, 
> 
> Would #include <math.h>  do in this situation?

In case of C++, #include <cmath> might be even better.

Regards,
Andre'


reply via email to

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