> From: "Arne" <[EMAIL PROTECTED]> > > 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 _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
