I'm not sure if this is possible but maybe somebody can help me. Is there a way to have a C++ programming running and extended it's code with code from an external file while it is running? In other words, more functionality needs to be added as the program is running. Thanks all.

You can write DLLs or shared libraries that extend the functionality of a program, but beyone that the answer to your question is NO because C and C++ are not interpreted languages.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.