Re: c++ on linux

From: Josh Sebastian (curien_at_cox.net)
Date: 10/12/03


Date: Sun, 12 Oct 2003 16:12:11 -0400

On Sun, 12 Oct 2003 20:03:31 +0000, Sam Stone wrote:

> I have problems compiling a simple source code with gnucc on Linux.
>
> I use the same source code as on Windows. Or must i use other libaries
> on Linux? <#include>

If it's standard C or C++, it should work fine on either platform. If
you've used platform-specific extensions, you've tied yourself to that
system.

Josh