> 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.