simple IDE in C,link my program to gcc
- by Moein Hoseini Manesh
hi my friends,
I wanna to write simple C compiler,I wrote some parts of it
it can check synetic of C,now I need to link my program to gcc
how can I do it?
I wanna to link it,for example when user open file in my programm,gcc compile it and save it where the user want.
now I don't now how to say gcc to complie this file,show error and ...
[english is not my mother language,and my english is not so well,so I apologize for any mistake in my post or If I can't reached my mean]