Re: Files in C.

2005-05-05 Thread Pablo Mora
Greg, i am going to keep in mind your words.  In fact I expect to
guide me for more than an opinion.  Hopefully they accept occasionally
some my code written in C so that they help me to perfect it and i
hope be not an inconvenience.

PD. Any objection with the previous thing tell it to me please.  

-- 
Concepción, Chile.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-04 Thread Murray Taylor
On Tue, 3 May 2005 18:21, Pablo Mora wrote:
 I know that this is not the place to consult on programming C.  But I
 am so enthusiastic in FreeBSD that I want to learn more on the
 language C and someday coming to be a small part of which you already
 are.  It wanted that they recommended to me some webpage where to be
 able to obtain information on files in C.  I want to learn well to
 work with Files.
 
 I need to know the best place where to obtain information and I know
 that you know it.
 
 Bye and very very thanks.
 
 PD. thousand excuses by my terrible English.
 
 they say that more idiot is the one than does not ask.
 Dicen que más tonto es aquél que no pregunta.
 
 -- 
 Concepción, Chile.

http://www.eskimo.com/~scs/cclass/

http://www.eskimo.com/~scs/

http://www.cs.cf.ac.uk/Dave/C/

more advanced topics - still simple C 

http://beej.us/guide/


Unix is user friendly. However, it isn't idiot friendly.
Much the same thing can be said about C



-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems  Entertainment
Phone: 61 3 8710 2555
Fax: 61 3 8710 2599
Direct: 61 3 9238 4275
Mobile: 61 0417 319 256
Email: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

***This Email has been scanned for Viruses by MailMarshal.***
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-04 Thread Pablo Mora
what do they think of the book: Advanced Programming In The Unix
Environment (Richard Stevens) ??

is a good option to learn C on Unix ?

-- 
Concepción, Chile.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-04 Thread Chuck Robey
Pablo Mora wrote:
what do they think of the book: Advanced Programming In The Unix
Environment (Richard Stevens) ??
is a good option to learn C on Unix ?
It's one of the better ways, yes.  Not the only way, certainly, but 
Stevens is extrermely well regarded for very good reasons.

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-04 Thread Stephen Montgomery-Smith
Pablo Mora wrote:
what do they think of the book: Advanced Programming In The Unix
Environment (Richard Stevens) ??
is a good option to learn C on Unix ?
I really liked his Unix Network Programming Vol 1, but this book and his 
Vol 2 are also very good, so I would suggest getting all three.  I might 
have hesitation over Vol 2, but only because it covers stuff that you 
might not need.

He writes extremely well.
--
Stephen Montgomery-Smith
[EMAIL PROTECTED]
http://www.math.missouri.edu/~stephen
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-04 Thread Pablo Mora
thanks to all by responding me, I will have present each one of its mail

PD. I thank to the community of FreeBSD by facilitating me its aid.  

TnX from Chile.

-- 
Concepción, Chile.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-04 Thread Greg Black
On 2005-05-04, Pablo Mora wrote:

 what do they think of the book: Advanced Programming In The Unix
 Environment (Richard Stevens) ??
 
 is a good option to learn C on Unix ?

Stevens was a (justifiably) respected author on the topics he
covered in that book (and his other books), and it will be a
useful source of information for you.

Just don't fall into the trap of thinking that all the material
you will find there is correct.  He had a tendency to make
mistakes in quite important areas (e.g., most signal handlers in
his books are plain wrong), perhaps in the interest of making
things shorter for pedagogical purposes or perhaps through
simple carelessness.  At any rate, take nothing as gospel, even
though the book is a useful tool.

Greg
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-03 Thread Erich Dollansky
Hi,
Pablo Mora wrote:
I know that this is not the place to consult on programming C.  But I
am so enthusiastic in FreeBSD that I want to learn more on the
language C and someday coming to be a small part of which you already
To get this a bit in line with FreeBSD:
FreeBSD comes with the GNU compiler which also has a C frontend.
Just get more information from www.gnu.org for their gcc.
Erich
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-03 Thread c0ldbyte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 3 May 2005, Pablo Mora wrote:
I know that this is not the place to consult on programming C.  But I
am so enthusiastic in FreeBSD that I want to learn more on the
language C and someday coming to be a small part of which you already
are.  It wanted that they recommended to me some webpage where to be
able to obtain information on files in C.  I want to learn well to
work with Files.
I need to know the best place where to obtain information and I know
that you know it.
Bye and very very thanks.
PD. thousand excuses by my terrible English.
they say that more idiot is the one than does not ask.
Dicen que más tonto es aquél que no pregunta.
Also check out ( http://www.accu.org/ ) they have great documentation
and book reviews and a pretty strong orginization as well with mailing
lists and as well stuff for disabled people. Plus Plus a mentored
developer projects section that you may want to become involved in.
http://www.freenode.net/ as well as http://www.dal.net/ is home to a
pretty well respectable IRC group of participating channels that may
also beable to help you more on this subject. Ofcourse youll prolly
find tons of IRC channels on many networks that are roughly about the
very same thing but Im not going to go through the trouble of listing
them all.
Best of luck,
--c0ldbyte
- -- 

( When in doubt, use brute force. -- Ken Thompson 1998 )
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xF7DF979F
Comment: Fingerprint = D1DC 0AA4 1C4E EAD4 24EB  7E77 B261 50BA F7DF 979F
iD8DBQFCd3CssmFQuvffl58RAtteAJ4p05jcT4XlaZNb1cn9h3zs+A2QoQCfZc+w
v1byU8lBg62QVNZomG86zsA=
=fC4e
-END PGP SIGNATURE-___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Files in C.

2005-05-03 Thread Pablo Mora
Thanks by responding me.  I will revise each direction that have given
me and truly I thank it a lot.

-- 
Concepción, Chile.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]