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,ea884956d1f3b172 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!news.wiretrip.org!news.dizum.com!sewer-output!mail2news From: Anonymous Newsgroups: comp.lang.ada Subject: Re: How do I use GNAT.Directory_Operations.Iteration? References: Message-ID: <2980cedf0ce76e9a1a29ecea050d2c4e@remailer.paranoici.org> Date: Wed, 16 Mar 2011 14:52:22 +0100 (CET) Mail-To-News-Contact: abuse@dizum.com Organization: mail2news@dizum.com Xref: g2news1.google.com comp.lang.ada:18243 Date: 2011-03-16T14:52:22+01:00 List-Id: > Yes, I know about those, and have visited them, but they do not have the > source code? What I did was browse to the adainclude lib under the gcc directory for my Linux distro, for Slackware 64 the path is /usr/lib64/gcc/x86_64-slackware-linux/4.3.3/adainclude/ And in there I found the package specs and bodies for the API I found in the top secret Ada manuals (grins at Jeffrey Carter). > Well, considering that Ada is used very little relatively speaking, > then one can say that almost all programmers can be classified as Ada > newbies. I thought it was just me but I guess I'm not alone! > So, having documentation readily available on how to call or use something > will make it easier for the rest of use to start using Ada, else a newbie > can get frustrated and drop it. Yes, that's true but this group is very helpful. I didn't post before but I got a good answer right away. Thanks guys! > Many of us learn better by seeing examples, I know I do. Yes, agreed.