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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Data Types
migsantiago

Replies: 3
Views: 24799

PostForum: General CCS C Discussion   Posted: Sun Apr 02, 2006 9:34 pm   Subject: Data Types
Thank you guys, I also had some questions about the signs (+/-) but now they're solved. Very Happy
  Topic: Data Types
migsantiago

Replies: 3
Views: 24799

PostForum: General CCS C Discussion   Posted: Sun Apr 02, 2006 2:29 pm   Subject: Data Types
Hello!

I was wondering which the limits were for a variable depending on its type. I looked in CCS help but I only found this:

int1
Defines a 1 bit number
int8
Defines an 8 bit number
int16 ...
  Topic: Problems with Division Result = 0.0000000 when debugging
migsantiago

Replies: 3
Views: 6134

PostForum: General CCS C Discussion   Posted: Sat Apr 01, 2006 8:07 pm   Subject: Problems with Division Result = 0.0000000 when debugging
You can also use:

TEILER = (float)255 / DIFFERENZ;

Casting forces CCS to get a float type value.
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group