Dave Johnson wrote:

> I admit I haven't looked at the FAQ, but if this problem isn't in
> there (thinking a CharPtr somehow contains the space for a string),
> it sure should be, it comes up a lot. Sometimes several times a day
> :-)
>
> Dave Johnson

The FAQ does cover this.  You can only hold people's hands so much.  I
could include the whole comp.lang.c FAQ, but I believe that would be a
waste of bandwidth.  Face it, people who can't be bothered to pick up a
beginning book on C won't be bothered to look for their problem in the
FAQ either.  You'll continue to see these types of questions.  You can
continue to try to answer them, or point them to the FAQ.  Your call.

=)


==== Section 2: Questions about C / C++ ====

Q2.1 How do I declare a variable?  How do I make a string?  What's a
pointer?
Q    What is a memory leak and how do I find it?
Q    What does the compile time error XXXX mean?

A2.1 The palm-dev-forum is not the best place to ask generic questions
     about the C or C++ programming languages.  There are plenty of
good

     sources of information.  I recommend the following:

     Books:

     "The C Programming Language"
        Brian W. Kernighan and Dennis M Ritchie
     "The C++ Programming Language"
        Bjarne Stroustrup

     Online:

     Introductory C course by Steve Summit
        http://www.eskimo.com/~scs/cclass/cclass.html
     Comp.lang.c USENET FAQ
        http://www.eskimo.com/~scs/C-faq/top.html
     Comp.lang.c newsgroup
        news:comp.lang.c
     Detecting memory leaks in PalmPilot programs
        http://www.fifthgate.org/articles/palm_mem_leaks.html



--
Adam Wozniak                     Chief Architect
                                 Surveyor Corporation
[EMAIL PROTECTED]                4548 Broad Street
[EMAIL PROTECTED]        San Luis Obispo, CA 93401



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to