Viewing the *.I file of my C source code in MS Visual C++ 6.0

S

Sathyaish

With the Turbo C 3.0 compiler, if I want to read my C source code
before compilation but after the pre-processing, (i.e. the *.I file),
I usually do a:

cpp MyFileName.c

at the command prompt, and that puts my preprocessed code file into
the bin directory under C:\TC\bin. How can I view the *.I file in
Microsoft Visual C++ 6.0?
 
R

Richard Bos

With the Turbo C 3.0 compiler, if I want to read my C source code
before compilation but after the pre-processing, (i.e. the *.I file),
I usually do a:

cpp MyFileName.c

at the command prompt, and that puts my preprocessed code file into
the bin directory under C:\TC\bin. How can I view the *.I file in
Microsoft Visual C++ 6.0?

Compiler-dependently. This is off-topic here; ask in a
microsoft.*.visual.something newsgroup.

Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top