Subj : Re: Please Help! To : borland.public.cpp.borlandcpp From : "juice" Date : Thu Sep 18 2003 04:02 pm It's wonderful. I can learn so such from what all of u have discussed. "Henry" дÈëÓʼþ news:3f416d6a@newsgroups.borland.com... > Hi! > My problem is somewhat different. > Consider the code below: > int a ,b,c; > c = a + b; > cout< > Is there any way or program to convert these exrpressions into > binary/machine code (remember I am not talking of object code, .EXE files or > library (.lib files)). > > 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. > > I use Borland C++ 3.0 as well as Borland C++ 5.0, but don't bother about the > version, I need the logic to do so. > If you want you can give me the code for any of the versions. > > Thanks! > Henry > > > > .