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

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,057
Members
48,769
Latest member
Clifft

Latest Threads

Top