Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Simple files.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Karl Heinz Buchegger, post: 1534463"] Says who? I can #include any file I want. What the compiler makes out of it is a different question. But I can #include it. There seems to be a misconception on your side, what #include does. All that #include does is replace the line #include "myvec.cpp" with the content of that file. Nothing more, nothing less. You could do the very same thing with your ordinary text editor, if you want to. In fact, one can imagine the preprocessor as beeing nothing more then a glorified text editor, which is operated by keywords in the processed text itself. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Simple files.
Top