linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* complex.h
@ 2004-09-13  4:29 Ankit Jain
  2004-09-13 10:16 ` complex.h Jason Cooper
  2004-09-13 11:06 ` complex.h Eljay Love-Jensen
  0 siblings, 2 replies; 3+ messages in thread
From: Ankit Jain @ 2004-09-13  4:29 UTC (permalink / raw)
  To: linux prg; +Cc: gcc

hi

i am working on complier version gcc 2.96

a simple program gives many error like parse error in
line 4 etc.

  1 #include<complex.h>
      2 int main()
      3 {
      4 complex a[3][4];
      5 return 0;
      6 }

on latest compiler it works

so will it matter on portability of the program?

thanks 

ankit



________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: complex.h
  2004-09-13  4:29 complex.h Ankit Jain
@ 2004-09-13 10:16 ` Jason Cooper
  2004-09-13 11:06 ` complex.h Eljay Love-Jensen
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2004-09-13 10:16 UTC (permalink / raw)
  To: Ankit Jain, linux-c-programming

Ankit Jain (ankitjain1580@yahoo.com) scribbled:
> i am working on complier version gcc 2.96

http://gcc.gnu.org/gcc-2.96.html

hth,

Cooper.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: complex.h
  2004-09-13  4:29 complex.h Ankit Jain
  2004-09-13 10:16 ` complex.h Jason Cooper
@ 2004-09-13 11:06 ` Eljay Love-Jensen
  1 sibling, 0 replies; 3+ messages in thread
From: Eljay Love-Jensen @ 2004-09-13 11:06 UTC (permalink / raw)
  To: Ankit Jain, linux prg; +Cc: gcc

Hi Ankit,

RH/GCC 2.96 came out before the 1999 version the C standard, and the 1998 
version of the C++ standard.

 >so will it matter on portability of the program?

Depends what you want to be portable to.  1989 version of C?  Coalescing 
(pre-1998) version of C++?

--Eljay


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-13 11:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-13  4:29 complex.h Ankit Jain
2004-09-13 10:16 ` complex.h Jason Cooper
2004-09-13 11:06 ` complex.h Eljay Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).