Hi,
I am using Borland C Compiler for preprocessing a source file.
I am using the following command for preprocessing....
C:\cpp32.exe -P- -o"outputfilename" "Sourcefilename"
According to my requirement i should get source file comments into preprocessed
file. The above command is not satisfying my requirement. I don't which options i should use to get this. Please help me in this regards. I have attached sample source file also.
Thank you in advance.
Sanjeeva Kumar.