Subj : Re: Please Help! To : borland.public.cpp.borlandcpp From : " Bruce Salzman" Date : Mon Aug 18 2003 11:11 pm > I mean to say that how can I convert C/C++ code to machine code without > using any compiler/assembler etc. > i.e. through a C/C++ program only. That program would then be a compiler, no? If you want to try your hand at compiler writing, try a google search for "C compiler source". There a quite a few projects out there to get started with (such as www.openwatcom.org or sdcc.sourceforge.net for embedded systems). I'd hold off writing the C++ compiler until you've got the hang of C compiling. :^) Regards, Bruce .