Page 1 of 1
Multiple logic files
Posted: January 16th, 2012, 6:43 am
by kakinyim
Is there an example of multiple logic files on one application using include file/s?
Mutua
Re: Multiple logic files
Posted: January 17th, 2012, 10:55 am
by Gregory Martin
Mutua,
You can see an example here:
http://www.csprousers.org/2011/12/09/ad ... pplication
This could be useful for people who create libraries of functions. The same library of functions could be used in many applications. Think of this as similar to include in C/C++ or import in Java.