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
can function/method declared/defined in
can function/method declared/defined in a file invoking another by ‘#include’ be seen/used by the file it includes?
Oct 11, 2019 at 9:57am UTC
marhuum
(181)
How can a function/method declared and defined in a file invoking another by ‘#include’ be seen/used by the file it includes since the included file precedes it in compiling on C++?
Oct 11, 2019 at 10:10am UTC
MikeyBoy
(5631)
Can you show us the code you're talking about?
Oct 11, 2019 at 3:28pm UTC
marhuum
(181)
Nevermind, this answer
https://www.quora.com/How-can-a-function-method-declared-and-defined-in-a-file-invoking-another-by-include-be-seen-used-by-the-file-it-includes-which-precedes-it-in-compiling-on-C
has inspired me to solve it... Thanks
Topic archived. No new replies allowed.