Visual studio 7

G

Guest

How do you create a project to create C code. I've continually gotten error messages everytime I compile. Visual 6 never gave me this issue. Please help =/
 
W

William DePalo [MVP VC++]

Vasic said:
How do you create a project to create C code. I've continually gotten
error messages everytime I compile. Visual 6 never gave me this issue.
Please help =/

Click File->New->Project.

"Open" the "Visual C++ Projects" folder. Click on Win32.

Then choose the "Win32 Console Project" icon.

Give your project a name and click Next.

On the next dialog click "Application Settings" and select "Console
Application" and "Empty Project".

Regards,
Will
 
R

roman ziak

Vasic said:
How do you create a project to create C code. I've continually gotten error messages everytime I compile. Visual 6 never gave me this issue. Please help =/

If I understand the question, you are asking about compiling the code as
C instead of default C++. There is a setting in Project Properties ->
C/C++ -> Advanced -> Compile As. You can specify this project-wide or on
particular files.

Roman
 

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

Top