Re: OT: Re: help with include and library files in GPS



Steve wrote:

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.

I might be wrong but I see two different concepts: (low level) include and
(high level) import.

C, C++ and Assembler have include.
All other modern high level languages use import.

As I have learned Modula 2 before learning C I indeed feel deeply on the
difference.

Martin
--
mailto://krischik@xxxxxxxxxxxxxxxxxxxxx
Ada programming at: http://ada.krischik.com
.



Relevant Pages

  • Re: OT: Re: help with include and library files in GPS
    ... be able to utilize one package from another. ... In Ada it is the "with" statement that includes a reference to another packages specification. ...
    (comp.lang.ada)
  • Re: OT: Re: help with include and library files in GPS
    ... be able to utilize one package from another. ... In Ada it is the "with" ... statement that includes a reference to another packages specification. ...
    (comp.lang.ada)
  • Re: Char type verification
    ... Ludovic> from Ada's nature as a high level language, ... Good point - however not specific to Ada. ... requested by a client to implement a solution (whether network design, ... that people will misunderstand or misread it. ...
    (comp.lang.ada)
  • Re: Larger matrices
    ... How extremely high level! ... Declarative languages are notably ... What if the language, like Ada, does not specify ... Domain-specific languages are of very low level, ...
    (comp.lang.ada)
  • Re: Teaching programming (was: Java)
    ... Ada has been successfully used as an introductory language. ... The high level language provides high level ... I am not sure why you think I/O is not integrated in Ada. ...
    (comp.programming)