473,472 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Please introduce a good book

tu-
It is whether although he wants to study about C language, there are any good
reference books.
Nov 14 '05 #1
10 1584
e2******@st.yatsushiro-nct.ac.jp (tu-) writes:
It is whether although he wants to study about C language, there are any good
reference books.


The best reference book is the C standard. You can get it for
$18 from webstore.ansi.org.
--
int main(void){char p[]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuv wxyz.\
\n",*q="kl BIcNBFr.NKEzjwCIxNJC";int i=sizeof p/2;char *strchr();int putchar(\
);while(*q){i+=strchr(p,*q++)-p;if(i>=(int)sizeof p)i-=sizeof p-1;putchar(p[i]\
);}return 0;}
Nov 14 '05 #2

"tu-" <e2******@st.yatsushiro-nct.ac.jp> a écrit dans le message de
news:e4*************************@posting.google.co m...
It is whether although he wants to study about C language, there are any good reference books.


I have written a tutorial intoruction available at no cost from

http://www.cs.virginia.edu/~lcc-win32

It comes with a compiler and development system so that you can
start programming in C fairly quickly.

jacob
Nov 14 '05 #3
e2******@st.yatsushiro-nct.ac.jp (tu-) wrote:
It is whether although he wants to study about C language, there are any good
reference books.


The best (although not easiest) reference is the Standard, to be had
from ISO or your national standards bureau. A cheap (because free)
alternative, which is probably good enough for students, is the last
public draft of the Standard, which can be downloaded at
<http://www.open-std.org/jtc1/sc22/wg14/www/docs/n869/>. It is not
exactly the same as the final Standard, but the differences are small
enough that it will do for studying.
Finally, the best learning book is K&R 2, hands down.
The C Programming Language
Brian Kernighan and Dennis Ritchie
ISBN: 0131103628

Richard
Nov 14 '05 #4
"jacob navia" <ja***@jacob.remcomp.fr> wrote:
"tu-" <e2******@st.yatsushiro-nct.ac.jp> a écrit dans le message de
news:e4*************************@posting.google.co m...
It is whether although he wants to study about C language, there are any
good reference books.


I have written a tutorial intoruction available at no cost from

http://www.cs.virginia.edu/~lcc-win32


I've seen worse, but perhaps that's the nasty thing about it. It is not
a C introduction, it is an lcc introduction. _Most_ of the early
material is about C. But in 1.22, for example, it introduces findfirst()
and findnext() without the slightest hint that these are not C, but M$VC
functions which lcc has adopted.
It could be a much more reliable and useful resource if it indicated
exactly where discussion of C ends and discussion of system-specific
features started. As it is, I could only recommend this to someone who
wants to be locked into lcc, and never use another compiler.

Richard
Nov 14 '05 #5
In <cc*********@news-reader4.wanadoo.fr> "jacob navia" <ja***@jacob.remcomp.fr> writes:

"tu-" <e2******@st.yatsushiro-nct.ac.jp> a écrit dans le message de
news:e4*************************@posting.google.c om...
It is whether although he wants to study about C language, there are any

good
reference books.


I have written a tutorial intoruction available at no cost from

http://www.cs.virginia.edu/~lcc-win32


Does it come with a free Windows and MS Office licence? What part
of the OP's message says that he's a Windows/MS Office user?

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #6
In <87************@benpfaff.org> Ben Pfaff <bl*@cs.stanford.edu> writes:
e2******@st.yatsushiro-nct.ac.jp (tu-) writes:
It is whether although he wants to study about C language, there are any good
reference books.


The best reference book is the C standard. You can get it for
$18 from webstore.ansi.org.


It's not exactly the best reference book for someone wanting to study
the C language. If you don't already know C, you're not going to make
much sense out of the C standard.

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #7
e2******@st.yatsushiro-nct.ac.jp (tu-) wrote in message news:<e4*************************@posting.google.c om>...
It is whether although he wants to study about C language, there are any good
reference books.


Well to get information about top rated C books published between 1990 and 2000
go to the site http://accu.org
Nov 14 '05 #8
celsius writes:
It is whether although he wants to study about C language, there are any good reference books.
Well to get information about top rated C books published between 1990

and 2000 go to the site http://accu.org


That is simply not true! The site is primarily the opinion of one man,
Francis Glassborow, on the suitability of some books. He has some very
strong, biases on what is and what is not important in a book. To him
standards are the be all and end all of programming. An author who does not
share this fetish will be severely down graded. If you wear a green
eyeshade or like to count beans, these reviews are for you.

The reviews are much too short to be meaningful and even if they were
longer, they are written using the argot of the professional programmer.
This stuff is not readable and meaningful to a neophyte. He is left with a
simplistic "recommended" or "not recommended" (perhaps implicit) that is,
IMNSHO quite often dead wrong.
Nov 14 '05 #9
on 7/7/2004 9:49 AM tu- Wrote:
It is whether although he wants to study about C language, there are any good
reference books.


IMHO,
The reference book for C would be:
The C Programming Language
Second Edition
by Brian W. Kernighan,Dennis M. Ritchie
published by Pearson Education

If you are a learner, then you might want to try
a few introductory books like:
Schaum's Outline of Programming with C
by Byron S. Gottfried
published by: McGraw-Hill

To go really deep,
C Unleashed (Unleashed)
by Richard Heathfield, et al.
published by: SAMS

--
Shanmu.
Nov 14 '05 #10
tu-
Ben Pfaff <bl*@cs.stanford.edu> wrote in message news:<87************@benpfaff.org>...
e2******@st.yatsushiro-nct.ac.jp (tu-) writes:
It is whether although he wants to study about C language, there are any good
reference books.


The best reference book is the C standard. You can get it for
$18 from webstore.ansi.org.


Thank you. I want to purchase C standard instantly.
Nov 14 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Praveen | last post by:
Hi, I am a complete newbie in C++. I got a couple of recommentation to start learning C++ concepts and ideas from Robert Lafore's Object Oriented Programming in C++. I couldnt find an Ebook...
3
by: Mark Broadbent | last post by:
could somebody please recommend a good book to prepare for exam Exam 70-320*: Developing XML Web Services and Server Components with Microsoft Visual C# and the Microsoft .NET Framework . One that...
11
by: Alan Silver | last post by:
Hello, I am a seasoned Classic ASP programmer who is interested in learning ASP.NET. I bought a book (Que's Special Edition Using ASP.NET) which is complete rubbish, and would like a...
10
by: Harley | last post by:
Hello, I was VERY blessed with a Christmas gift of visual studio .net from a man I hardly know who had heard of my plans of software developement. So I am probably the only person in the world who...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
118
by: 63q2o4i02 | last post by:
Hi, I've been thinking about Python vs. Lisp. I've been learning Python the past few months and like it very much. A few years ago I had an AI class where we had to use Lisp, and I absolutely...
5
by: Y2J | last post by:
I am working through this book on C++ programming, the author is speaking of using linked lists. He gave and example which I found confusing to say the least. So I rewrote the example in a way that...
32
by: Tom Cole | last post by:
I bet 50% of the posts I've read lately have had at least one bad thing to say about every website or book dedicated to javascript. There are clearly a few posters (you know who you are) who...
5
by: macca | last post by:
Hi, I'm looking for a good book on PHP design patterns for a OOP beginner - Reccommendations please? Thanks Paul
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.