Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Can anyone help me with this "if" condition please?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="almurph, post: 3783466"] Hi, Hope you can help me with this one. I find the following line of code (specifically the contents of the if statement) I quite confusing. What does it mean and can it be simplified? SomeFunc() takes 2 parameters and returns a type float which is compared to Limit (which is also type float). that's fin I understand that, but its the next part that I find confusing the "== (V == 1)" part... if ( (SomeFunc(Item[i], Col) <= Limit) == (V == 1)) Would appreciate any comments/suggestions/code-simplifications that you may be able to offer. Thank you, Al.[/i] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Can anyone help me with this "if" condition please?
Top