about fwrite( )

F

FrancisC

Mark McIntyre said:
fwrite() dumps a block of memory to file. fprintf() prints formatted
data to a file, which might be text, or might not. Which do you want
to do?

Actually, I want to write a program for Palm. And the data are loaded in the
memory of Palm.
 
M

Mike Wahler

FrancisC said:
Actually, I want to write a program for Palm. And the data are loaded in the
memory of Palm.

Well, why didn't you say so? :)

IMO everything you need is here:
http://www.palmone.com/us/developers/

About halfway down the page, you'll find:

===========================
Create applications and add-ons for any Palm Powered device, including
licensee handhelds and communicators. This is also the place to learn about
the Palm OS platform and the strength of the growing Palm Economy.

Links:

Palm OS Developers
Getting Started
Platform Technologies
Tools & Downloads
Documentation
Support & Resources
Training
Certification
Developer Program
Resource Pavilion

===========================

BTW I found this in seconds with Google. :)

If you decide you still want to use C to write
your programs, we can help you with the (standard)
C parts. The platform-specific parts which I'm
sure will also be needed are not topical here, but
you can get much help with that from that same site.

Oh, that'll be fifty cents for the directory assistance. :)

HTH,
-Mike
 
F

FrancisC

Mike Wahler said:
Well, why didn't you say so? :)

IMO everything you need is here:
http://www.palmone.com/us/developers/

About halfway down the page, you'll find:

===========================
Create applications and add-ons for any Palm Powered device, including
licensee handhelds and communicators. This is also the place to learn about
the Palm OS platform and the strength of the growing Palm Economy.

Links:

Palm OS Developers
Getting Started
Platform Technologies
Tools & Downloads
Documentation
Support & Resources
Training
Certification
Developer Program
Resource Pavilion

===========================

BTW I found this in seconds with Google. :)

If you decide you still want to use C to write
your programs, we can help you with the (standard)
C parts. The platform-specific parts which I'm
sure will also be needed are not topical here, but
you can get much help with that from that same site.

Oh, that'll be fifty cents for the directory assistance. :)

HTH,
-Mike

Thank you :)
All guys here are so great and helpful
 
M

Mark McIntyre

Actually, I want to write a program for Palm. And the data are loaded in the
memory of Palm.

Yes, but C doesn't care about that. Presumably you've used a
palm-specific function to open a "file" from palm memory, then you
still have to ask "am I writing formatted data, or a chunk of memory?"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top