"Using" or "import" clause in eiffel text -
is there clause including/using/import other classes, or maybe that's add library part in eiffelstudio? if so, how in text editor based environment?
in eiffel there no equivalent of c/c++ "include". when describe project (in ecf file) indicate clusters , libraries part of system. cluster folder containing eiffel classes. when compile, eiffel compiler goes , scans clusters/libraries .e files. can use , of classes without need "include" directive.
Comments
Post a Comment