954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Import External Source Code Into Another Source Code Document At Compile Time

Is there a way to import the contents of a text file into a source code file upon compilation? Just like the include()/require() methods in Perl and PHP (see: http://php.net/manual/en/function.include.php ).

incog
Newbie Poster
1 post since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

PHP and perl uses interpreter where C# code is translated by the compiler.

>Is there a way to import the contents of a text file into a source code file upon compilation?

Build
.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: