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

boolean question

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



Joined: 14 Mar 2008
Posts: 10

View user's profile Send private message

boolean question
PostPosted: Mon Apr 21, 2008 3:12 pm     Reply with quote

I am editing someone else's code. They used the variable expression

boolean system_on = FALSE;

Is this the same as int1 system_on = FALSE;

What does boolean mean and where is it referenced in the complier help files

Thanks Geo
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Apr 21, 2008 3:17 pm     Reply with quote

Quote:

boolean system_on = FALSE;
Is this the same as int1 system_on = FALSE;
Where is it referenced in the complier help files ?

Look in the .H file for your PIC. It's right there.

Quote:
What does boolean mean ?

See page 7:
http://cslibrary.stanford.edu/101/EssentialC.pdf
See page 38:
http://www.cs.uiowa.edu/~rus/Courses/SysSoft/tutorC.pdf
george



Joined: 14 Mar 2008
Posts: 10

View user's profile Send private message

boolean reply
PostPosted: Mon Apr 21, 2008 3:51 pm     Reply with quote

Thanks, I found it in the header file. (#define BOOLEAN int1)
thanks for the reference(s)


George
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