This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Visual C++ to C translator
- To: muthukumar-s at excite dot com (Muthukumar S.)
- Subject: Re: Visual C++ to C translator
- From: Joe Buck <jbuck at racerx dot synopsys dot com>
- Date: Mon, 24 Jul 2000 09:16:48 -0700 (PDT)
- Cc: gcc at gcc dot gnu dot org
> I am new to this list. I would like to know if there is any
> option in gcc which translates Microsoft Visual C++ Source Code to
> C source code. Any other suggestions about converting VC++ code
> I have to C Source Code will be greatly Appreciated.
No, gcc's C++ compiler is a native code compiler. There isn't anything
that takes C++ code and produces C.