943,985 Members | Top Members by Rank

Ad:
  • C Discussion Thread
  • Unsolved
  • Views: 2200
  • C RSS
May 4th, 2006
0

write apps for windows pda or palmOS pda in C?

Expand Post »
i want to begin to write apps for a PDA. it would give me an incentive to learn C. i have expirience in C# and visual basic, but i want to get to know C. would i be better to write programs for a windows based pda, or for a palm OS pda? which would be the most benificial, for any reason ( content id learn, portability, ease of coding........)
thanks all
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
schmintan is offline Offline
2 posts
since May 2006
May 4th, 2006
0

Re: write apps for windows pda or palmOS pda in C?

neither -- If you want to learn C then write console programs for the PC because PDA and Palm do not support the full set of C language. And because PC programs are a whole lot easier to debug.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,953 posts
since Aug 2005
May 4th, 2006
0

Re: write apps for windows pda or palmOS pda in C?

Quote originally posted by Ancient Dragon ...
neither -- If you want to learn C then write console programs for the PC because PDA and Palm do not support the full set of C language. And because PC programs are a whole lot easier to debug.
i know that, but i want something that will give me a bit of incentive to get learning the language. messing with a pda might give me that incentive, to learn somethin new.just the way my head works
Reputation Points: 10
Solved Threads: 0
Newbie Poster
schmintan is offline Offline
2 posts
since May 2006
May 4th, 2006
0

Re: write apps for windows pda or palmOS pda in C?

If you want to learn C language then do not use hardware that only supports a subset of the language. For example you would learn next to nothing about file i/o or console programming because PDA and Palm do not have a console. They do not have environments, so getenv() is useless. They don't support the concept of current directory, so functions such as getcwd() and drive letters are useless. And these limitations are only the beginning.

If you are doing this only for your own personal achievement, then go ahead and do whatever turns you on, but later on you will probably regret it.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,953 posts
since Aug 2005
May 4th, 2006
0

Re: write apps for windows pda or palmOS pda in C?

> then go ahead and do whatever turns you on, but later on you will probably regret it.
I agree, it's just another variation on people learning with say TurboC.

Learn the language first, then learn an implementation.
Team Colleague
Reputation Points: 5862
Solved Threads: 950
Posting Sage
Salem is offline Offline
7,164 posts
since Dec 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C Forum Timeline: Access Violation
Next Thread in C Forum Timeline: MFC - CList RemoveAt() function





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC