Re: OT: Re: help with include and library files in GPS
- From: "Steve" <nospam_steved94@xxxxxxxxxxx>
- Date: Sun, 26 Feb 2006 18:13:57 -0800
"Martin Krischik" <krischik@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3538707.Le0VB0dQMj@xxxxxxxxxxxxxxxxxxxxxx
Steve wrote:
Please don't confuse an english description of functionality with
language
keywords. If you feel you must, then throw a smiley at the end of the
line so everybody will know you're joking.
True and I take your advice. However "include" is both a keyword
("#include") and a very low level concept of sharing code between
different
compilation units. In fact: the lowest level concept before coping the
code
manually from one source file to another.
Anyway: Ada neither uses the keyword nor the concept of include.
You seem to be very stuck on programming concepts when you're talking about
include.
Ada certainly does use the concept of include. If it didn't, you wouldn't
be able to utilize one package from another. In Ada it is the "with"
statement that includes a reference to another packages specification.
Steve
(The Duck)
Martin
--
mailto://krischik@xxxxxxxxxxxxxxxxxxxxx
Ada programming at: http://ada.krischik.com
.
- Follow-Ups:
- Re: OT: Re: help with include and library files in GPS
- From: Martin Krischik
- Re: OT: Re: help with include and library files in GPS
- From: Jeffrey R. Carter
- Re: OT: Re: help with include and library files in GPS
- References:
- help with include and library files in GPS
- From: new
- Re: help with include and library files in GPS
- From: Martin Krischik
- OT: Re: help with include and library files in GPS
- From: Steve
- Re: OT: Re: help with include and library files in GPS
- From: Martin Krischik
- help with include and library files in GPS
- Prev by Date: Re: Records that could be arrays
- Next by Date: Re: Records that could be arrays
- Previous by thread: Re: OT: Re: help with include and library files in GPS
- Next by thread: Re: OT: Re: help with include and library files in GPS
- Index(es):
Relevant Pages
|
|