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
Reading source code from uncompleted fil
Reading source code from uncompleted files
Jun 9, 2013 at 3:28pm UTC
TheBeardedQuack
(863)
I know it sounds strange but I've seen things that have files which contain source code (usually in something in Python or such) and I was wondering how this is read on run-time?
Jun 9, 2013 at 3:33pm UTC
LB
(13399)
What do you think your compiler does? The only difference is that your compiler generates a native executable instead of running the code live.
Topic archived. No new replies allowed.