Hi,
Sorry I am posting this here as well as the C board but I have to get this straight.

I am using Visual C++ to write C programs. I have come to need to use bool and I understand that it will not work. Is there a work around.

Currently when I create a new project I set it up as follows:
Create new Win32 Application ex. project.cpp
Change extention on file from project.cpp to project.c
Next I right click into the files properties and change:
Precompiled Headers
|
|-Create/Use Precompiled Headers

From Use to Create

Is that the proper procedure?