"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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -