1.

How is #import different from #include?

Answer»

#import function ENSURES a FILE is INCLUDED only once so that you do not have a problem with recursive include.
import is a super set of include and it ensures file is included once.



Discussion

No Comment Found