I have a plaintextedit and I wish to write some C/C++ code in it. Is it possible to link my plaintextedit to an interpreter so that I can get line by line output of the code? I have been able to link it to a compiler but I am unable to get any idea of Interpreter. Can someone help me out??