Re: int question
Re: int question
- Subject: Re: int question
- From: Lists <email@hidden>
- Date: Wed, 6 Jun 2001 14:20:01 -0400
I think learning C from K+R is comparable to learning English from a
dictionary. O'Reilly's Practical C book is much more newbie friendly.
-john
On Wednesday, June 6, 2001, at 01:17 PM, Hans Andersen
<email@hidden> wrote:
If you intend to program in Objective-C, it's really worthwhile having a
strong background in regular ANSI C. Do yourself a favor and pick up
the invaluable "The C Programming Language" by Brian W. Kernighan and
Dennis M. Ritchie. argc and argv are discussed in section 5.10,
"Command-line arguments"
On Tuesday, June 5, 2001, at 09:25 AM, Brian Howard wrote:
Would someone be kind enough to explain what this line of code does:
int main (int argc, const char * argv[])