Most existing examples on how to do external calls contain a lot of English explanation which can distract people, like myself, who learn by example. This is intended to be a compilable, terse example of how to call in and out of C/C++.
This is a C example: <eiffel> class APPLICATION
create make
feature -- Initialization
make is -- Run application. do

