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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fdc68dbaaef5fbc9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-07 21:30:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!sccrnsc01.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: graphics in ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc01 1065587428 12.211.13.75 (Wed, 08 Oct 2003 04:30:28 GMT) NNTP-Posting-Date: Wed, 08 Oct 2003 04:30:28 GMT Organization: Comcast Online Date: Wed, 08 Oct 2003 04:30:28 GMT Xref: archiver1.google.com comp.lang.ada:433 Date: 2003-10-08T04:30:28+00:00 List-Id: "Andrew" wrote in message news:vo66vm411psb31@corp.supernews.com... > When I was taking ada cources in college (Ada88 if i remember correctly) > my professor said that graphics were not possible in Ada. Has this > changed? If so to what degree? I would say that either your professor was not educated in computer science, or (more likely) you misinterpreted his answer. Perhaps the Ada installation you had on your computer system did not provide graphics library interfaces for Ada, but this does not mean it is not possible to do so. Ada 95 makes life much easier since provision is included for interfacing with libraries written in or for other programming languages. Steve (The Duck) > Can I create a program, in ada, that will open a window have the > backround be black, and have it draw a maze where the walls of the maze > are just thin blue lines (2 or 3 pixels thick) .. obviously nothing > fancy or 3d generated.. > is this possible in ada? > > I have been doing some googling and am getting kind of mixed signals on > the answer. > > Thanks for any help > Andrew >