From: Bill Cunningham on

"Barry Margolin" <barmar(a)alum.mit.edu> wrote in message
news:barmar-344860.00225408042010(a)62-> How could you have "mastered the
ncurses API" when you've demonstrated
> in the "error [socket]" thread that you don't understand some basic
> aspects of C programming?

There is more than one way to do womething in C as you know. Using
pre-defined macros or making a whole struct and using members(hope I'm clear
if not I will explain). I don't have my unix networking book yet and I am
experimenting. I made some syntax errors in the code I posted in getting
excited and tried to pass ints to the wrong places. I did manage to get
socket() to return the number 3 and not -1 so I must be doing something
right. But no more than I expect without a good book. My code in C will be
much less expert than C experts and computer scientist. I'm a hobbyist. I
don't use some short cuts like ?: and += because the code confuses me. I
like it written out.

Whatever others claim I have not looked into posix seriously in the past
and I'm not going to do anything with windows.

Bill


From: Bill Cunningham on

"Jonathan de Boyne Pollard" <J.deBoynePollard-newsgroups(a)NTLWorld.COM> wrote
in message news:IU.D20100408.T092310.P742.Q0(a)J.de.Boyne.Pollard.localhost...

> More and more people are not going to fall for this any more. Jens Thoms
> Toerring has sussed you.

Oh my. Is world coming to an end? Is that a threat? Damn Bill Cunningham
might post. Shut down the financial markets.

Bill


From: Bill Cunningham on

"Bill Cunningham" <nospam(a)nspam.invalid> wrote in message
news:4bbdd7ef$0$12426


> Looks like someone has been doing there googling. And looking at every
> little statement I have made.

You better speak up we don't want anyone to miss that typo in the word
"There" above. Folks that should've been "their".

Bill


From: Barry Margolin on
In article <4bbdd9f3$0$12451$bbae4d71(a)news.suddenlink.net>,
"Bill Cunningham" <nospam(a)nspam.invalid> wrote:

> "Barry Margolin" <barmar(a)alum.mit.edu> wrote in message
> news:barmar-344860.00225408042010(a)62-> How could you have "mastered the
> ncurses API" when you've demonstrated
> > in the "error [socket]" thread that you don't understand some basic
> > aspects of C programming?
>
> There is more than one way to do womething in C as you know. Using
> pre-defined macros or making a whole struct and using members(hope I'm clear
> if not I will explain). I don't have my unix networking book yet and I am
> experimenting. I made some syntax errors in the code I posted in getting
> excited and tried to pass ints to the wrong places. I did manage to get
> socket() to return the number 3 and not -1 so I must be doing something
> right. But no more than I expect without a good book. My code in C will be
> much less expert than C experts and computer scientist. I'm a hobbyist. I
> don't use some short cuts like ?: and += because the code confuses me. I
> like it written out.
>
> Whatever others claim I have not looked into posix seriously in the past
> and I'm not going to do anything with windows.
>
> Bill

My comment has nothing to do with POSIX or multiple ways to do
something. You were confused about where to put assignment statements
in a program.

I'm dropping out of this (and all your other threads). I really need to
learn DNFTT.

--
Barry Margolin, barmar(a)alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
From: Bill Cunningham on

"Barry Margolin" <barmar(a)alum.mit.edu> wrote in message
news:barmar-5D5588.10174208042010(a)62-183-169-81.bb.dnainternet.fi...

> My comment has nothing to do with POSIX or multiple ways to do
> something. You were confused about where to put assignment statements
> in a program.
>
> I'm dropping out of this (and all your other threads). I really need to
> learn DNFTT.
>
Yes I got what you said in your later post.

Bill