public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* complex.h
@ 2004-09-13  4:29 Ankit Jain
  2004-09-13 11:07 ` complex.h Eljay Love-Jensen
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

* Re: complex.h
  2004-09-13  4:29 complex.h Ankit Jain
@ 2004-09-13 11:07 ` Eljay Love-Jensen
  0 siblings, 0 replies; 2+ messages in thread
From: Eljay Love-Jensen @ 2004-09-13 11:07 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] 2+ messages in thread

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

Thread overview: 2+ 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 11:07 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).