From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d532947ad2f7bdcd X-Google-Attributes: gid103376,public From: Martin Gangkofer Subject: Re: differences between C and Ada Date: 1999/07/22 Message-ID: <7n73mn$qao$1@nnrp1.deja.com>#1/1 X-Deja-AN: 503976986 References: <7n6ioe$lkd$1@nnrp1.deja.com> X-Http-Proxy: 1.0 www-proxy.frankfurt.de.uu.net:3128 (Squid/2.2.STABLE3), 1.0 x33.deja.com:80 (Squid/1.1.22) for client 195.124.164.2, 192.76.144.140 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Thu Jul 22 12:44:09 1999 GMT X-MyDeja-Info: XMYDJUIDmttg Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.06 [en] (WinNT; I ;Nav) Date: 1999-07-22T00:00:00+00:00 List-Id: In article <7n6ioe$lkd$1@nnrp1.deja.com>, aurelien_ratti@my-deja.com wrote: > Hello. > > What is the difference between C's static variables and Ada's global > variables ? > > Thank you for your help. > > Aurelien > > Sent via Deja.com http://www.deja.com/ > Share what you know. Learn what you don't. > the only difference I have noticed is, that C static variables are initialised not by assignment because C does not know something like elaboration, while ADA global variables may explicitly be initialised. Martin. -- Martin Gangkofer, System Engineer ESG Elektroniksystem und -Logistik GmbH, Dept.EF-E eMail: mgangkof@esg-gmbh.de Tel: +49 89 9216 2176 Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.