I have a simple script:
#include
#include
int main()
{
clrscr();
cout<<"Hallo";
getch();
}
However it doesn't work under this command:
g++ hallo.cpp -o hallo.exe
It gives:
In file included from
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31,
f
I have a simple script:
#include
#include
int main()
{
clrscr();
cout<<"Hallo";
getch();
}
However it doesn't work under this command:
g++ hallo.cpp -o hallo.exe
It gives:
In file included from
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31,
from hallo.cpp:1:
/usr/lib/
otmail.com
> Subject: Re: C++ script doesn't work using g++
>
> On 09/11/2009 02:49 PM, Gery Herbozo Jimenez wrote
>> I have a simple script:
>>
>> #include
>> #include
>> int main()
>> {
>> clrscr();
>> cout<<"Hallo"
erful work :).
Gery Herbozo Jimenez wrote:
>
> I have a simple script:
>
> #include
> #include
> int main()
> {
> clrscr();
> cout<<"Hallo";
> getch();
> }
It looks like your include statements are missing what they are supposed
to include. I made
Dear Users,
I can't run the following fortran script in my cygwin bash, I'm getting the
following error message:
$ g77 geometry.f -o geometry
/cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x82d):
undefined reference to `_zspl3_'
/cygdrive/c/DOCUME~1/ADMINI~1/C
5 matches
Mail list logo