cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
include vs import
include vs import
Jun 11, 2010 at 4:10pm UTC
bubbleboys
(14)
what's the difference if any between these two?
I mostly see import but I've seen some include.
Thanks
Jun 11, 2010 at 4:19pm UTC
filipe
(1165)
http://stackoverflow.com/questions/172262/c-include-and-import-difference
Read the second answer.
Jun 11, 2010 at 4:21pm UTC
Bazzy
(6281)
#import is Objective-C, not C++ nor C
In Obj-C
#import
ing is equivalent to
#includ
ing a guarded header
Topic archived. No new replies allowed.