Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

#define for checked-iterators

Status
Not open for further replies.

ranadhir

Programmer
Nov 4, 2003
54
0
0
IN
I have read that we can use
#define _HAS_ITERATOR_DEBUGGING 0
#define _SECURE_SCL 0
to disable the checked-iterator behaviour in VC++ 5.0
However,instead of defining this at the top of each c++ file,is there some place in project settings where i can define this ,so that it applies to all c++ files?
 
> is there some place in project settings where i can define this ,so that it applies to all c++ files?
Yes there is.

Try something like
Project Settings
->Compiler
-->Preprocessor



--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top