Author |
Message |
Topic: general C question |
Dima49
Replies: 2
Views: 6524
|
Forum: General CCS C Discussion Posted: Tue Dec 27, 2005 10:45 am Subject: thnx |
Thnx PCM!
read the examples makes soooo much more sense now.
d |
Topic: general C question |
Dima49
Replies: 2
Views: 6524
|
Forum: General CCS C Discussion Posted: Mon Dec 26, 2005 1:40 pm Subject: general C question |
hi all,
I've got a genearal C question here (bit of a noob question)
Here are 2 snippets of code where I am defining a structure and then creating an array of the said structure.
Numero Uno:
... |
Topic: atoi question |
Dima49
Replies: 5
Views: 16827
|
Forum: General CCS C Discussion Posted: Sat Apr 23, 2005 8:28 pm Subject: ikk! beating my head against the wall AGAIN |
OK sorry to resurrect this topic again but I am getting signed numbers AGAIN! one bit still manages to work against me
Why am I getting negative numbers as soon as I reach 128? The function ... |
Topic: atoi question |
Dima49
Replies: 5
Views: 16827
|
Forum: General CCS C Discussion Posted: Sun Apr 17, 2005 9:48 pm Subject: thnx |
thanx for pointing me in the right direction. I didn't realize that function definitions where available. <-- at least that part was quite bonehead-like
I think I might take the atol route an ... |
Topic: atoi question |
Dima49
Replies: 5
Views: 16827
|
Forum: General CCS C Discussion Posted: Sun Apr 17, 2005 7:28 pm Subject: atoi question |
hi,
I am a little stuck with the the code below; trying to code up a little controller board.
I am testing my rs232 comm code by writing to the pic and getting an input back via printf function ... |
|