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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,789720372441e329 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: matthias_k Newsgroups: comp.lang.ada Subject: Re: What exactly is a 'record' in Ada 95? Date: Wed, 08 Sep 2004 20:08:50 +0200 Organization: T-Online Message-ID: References: <2q8ep8Ft4e08U1@uni-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1094666919 00 25181 -9fdXH0rT5KsSXm2 040908 18:08:39 X-Complaints-To: usenet-abuse@t-online.de X-ID: S3gerQZ1oea3a9RFMFzQyCTQlGqzJ5kWDdmfTScbreLBNgEoNrTXZx User-Agent: Mozilla Thunderbird 0.5 (X11/20040306) X-Accept-Language: en-us, en In-Reply-To: <2q8ep8Ft4e08U1@uni-berlin.de> Xref: g2news1.google.com comp.lang.ada:3501 Date: 2004-09-08T20:08:50+02:00 List-Id: Marc A. Criley wrote: > "matthias_k" wrote: > > >>I have to do some research for university about the Ada language, >>but I have to learn it from scratch. There's a good chance that >>I will be here over the next couple weeks asking questions about >>things that may be trivial for an experienced Ada programmer -- >>deal with it :) >> >>So, what is a 'record' in Ada? Do I have to think about it like >>a struct in C? It seems to serve the same purpose. Is 'record' the >>only type modifier? Where are the differences? > > > While we'll be glad to help answer your questions, I think you'll be > ill-served if you attempt to learn about the language by posting disjoint > questions about the various syntactic and semantic pieces that define it. > > I'd encourage you to take just a few hours to go over some on-line Ada > training material to give you a coherent overview of the language, and then > we'll help in those areas in which you have questions or need to have the > blanks filled in. A basic understanding of the language on your part will > help give us some common understanding and terminology that will help in > your research. > > So here's a pointer to a collection of on-line Ada resources, which includes > both complete books and tutorials: www.adapower.com/learn > > Come back soon! > > Marc A. Criley > McKae Technologies > www.mckae.com > > Yes, of course I am reading several guides and ebooks about Ada. I'm currently working through "Ada Distilled" by Richard Riehle and Barne's "Overview of the Ada Language". It's just that the 'record' keyword was mentioned early in the books but wasn't clearly explained. I won't be asking about every single keyword, no worries :) Tanks for that link by the way.