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: variable long int problem
blackpic

Replies: 6
Views: 9475

PostForum: General CCS C Discussion   Posted: Sun Nov 13, 2011 6:53 pm   Subject: variable long int problem
Thanks Ttelmah.
  Topic: variable long int problem
blackpic

Replies: 6
Views: 9475

PostForum: General CCS C Discussion   Posted: Sat Nov 12, 2011 8:38 am   Subject: variable long int problem
The problem was solved.

the solution was this:

int X;
long sum;
sum = (long) x * 3;


Thanks to all
  Topic: variable long int problem
blackpic

Replies: 6
Views: 9475

PostForum: General CCS C Discussion   Posted: Thu Nov 10, 2011 8:27 am   Subject: variable long int problem
Hello,

I'm having a problem with a function where a long variable int multiply by 3.

long int x;
long int sum;
sum = x * 3;

When the value of the variable "x" is 120 for example, ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group