Sometimes you want to be able to write applications in C++ and expose a way of easily extending it by offering a scripting interface embedded to your application. Why re-invent the wheel when you can embed existing programming languages like Python into your C++ application? This article covers how you can embed Python into C++ in two different ways.
Read the complete post at http://feedproxy.google.com/~r/CppSoup/~3/OnF6ZOT60ak/
Posted
01-03-2010 6:21 AM
by
C++ Soup!