So I'm working on a C++ program that reads binary from a text file. Suppose I want the binary in the text file to become part of the C++ program, so that the protam references it and converts it to code that it runs. How can I go about doing this.
In general, how can I read a different programming language from a text file and make my C++ program utilize it?