flags

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sangeetha jagannathan
    New Member
    • Jan 2007
    • 22

    #1

    flags

    hi ppl
    is there anyway to identify all the flags defines in any project. My project is developed using visual c++ and contains many flags, i need to identify all the defined flags , how can i do that?
    plz do help me
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by sangeetha jagannathan
    hi ppl
    is there anyway to identify all the flags defines in any project. My project is developed using visual c++ and contains many flags, i need to identify all the defined flags , how can i do that?
    plz do help me
    It is hard to tell without knowing what environment you are using, but most IDEs have a Project Properties page and a Build Configuration page which allow you to modify compiler flags.

    Comment

    Working...