I ve written a cross compiler program by defining my own language. My prog converts into in c++ n saves it as .cpp file. But i have a problem.
When i give a few lines, about 6-7 it works but if it is more than that it crashes.
What is do is type a prog in my lang in a text file n open that text file in my prog n convert it into .cpp file.

any answers?

i tried manual debugging, but it seemed perfect. Please...