CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

signed < 0

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
cerr



Joined: 10 Feb 2011
Posts: 241
Location: Vancouver, BC

View user's profile Send private message

signed < 0
PostPosted: Tue Mar 01, 2011 12:59 pm     Reply with quote

Hi There,

I got following problem:
Code:

     int16 LPRoff=-500;
     int16 OVRoff=500;
if ((OVRoff<=0) || (LPRoff<=0)){
}else{
}

This statement is always false, why that? How can I recognize if the variable is below zero? Any hints?
My last resort is to check if the first bit is set but if there's an easier way...? There should be, no?
Thanks!
dyeatman



Joined: 06 Sep 2003
Posts: 1924
Location: Norman, OK

View user's profile Send private message

PostPosted: Tue Mar 01, 2011 1:12 pm     Reply with quote

You might try SIGNED int16.....
_________________
Google and Forum Search are some of your best tools!!!!
cerr



Joined: 10 Feb 2011
Posts: 241
Location: Vancouver, BC

View user's profile Send private message

PostPosted: Tue Mar 01, 2011 1:26 pm     Reply with quote

dyeatman wrote:
You might try SIGNED int16.....


DOH, Yep, thanks!
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group