How do I set compiler options in my IDE? My IDE is VC++ Standerd 6.0.
thx!
> How do I set compiler options in my IDE? My IDE is VC++ Standerd 6.0.
Choose Project->Settings from the menu. Click on the C++ tab. If you don't
see the setting you need to change then select another group of options in
the listbox. If you know the alpha-numeric switch value corresponding to the
option you need to set you can type it into the multi-line edit control
labeled "Project Options".
> thx!
You are welcome.
Regards,
Will