473,657 Members | 2,776 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I am studying c myself .Which books I should read?

Well,I read <c primer plusbefore,and I just got a primary
conclusion about c.
Can somebody show me some books to read and something to do ?
I study c myself.btw,I am not a student,
Thanks.

Nov 26 '06 #1
10 1795
Solo.Wolve wrote:
Well,I read <c primer plusbefore,and I just got a primary
conclusion about c.
Can somebody show me some books to read and something to do ?
I study c myself.btw,I am not a student,
Thanks.
You probably need to try K&R: The C programming language 2nd edition.
That's a good book we use that too.

--
Leslie Kis-Adam or
Laszlo Kis-Adam or even
Kis-Ádám László

Student
Budapest University of Technology and Economics
Faculty of Electronic Engineering and Computer Science
<dfighter_AT_NO SPAM_freemail.h u>
Nov 26 '06 #2

"Solo.Wolve дµÀ£º
"
Well,I read <c primer plusbefore,and I just got a primary
conclusion about c.
Can somebody show me some books to read and something to do ?
I study c myself.btw,I am not a student,
Thanks.
Well, you are just in time. C is mature now also the compiler. K & R
(aka "The C Programming Language"), "C: A Reference Manual", and "C
Interface and Implememtations : Technology for Creating Reusable
Software" are my recommendations .
Good luck!

Mao..

Nov 26 '06 #3
Well,what else should I do beside reading the c programming language?
Would you think that reading some code may help much? If so,can you
show me some URL that afford such things?
And,what else can you recommend ?
Thank you very much.

Nov 28 '06 #4
"Solo.Wolve " wrote:
>
Well,what else should I do beside reading the c programming
language? Would you think that reading some code may help much?
If so,can you show me some URL that afford such things?
And,what else can you recommend ?
You should quote sufficient material from whatever you are
answering for your reply to make sense. You should follow commas
with a blank. And you can find lots of code to study by following
this newsgroup. For one, you can snoop about the download section
of my pages, URL below.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net>
Nov 28 '06 #5
Solo.Wolve said:
Well,what else should I do beside reading the c programming language?
Do the exercises, and post your answers here, asking for comments. Then pay
attention to the comments posted by experts (and ignore the chaff posted by
the clueless). To distinguish the clueless from the experts, read this
group for a while - which is in itself a worthy learning exercise.

Would you think that reading some code may help much?
Sure, but whether it's to learn How To Do It or How Not To Do It kind of
depends on who wrote the code.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Nov 28 '06 #6
Solo.Wolve wrote:
Well,what else should I do beside reading the c programming language?
Maybe _after_ finishing The C Programming Language.
Would you think that reading some code may help much? If so,can you
show me some URL that afford such things?
Yes reading _good_ code can expand your C thinking, but at the beginner
stage it's difficult to evaluate foreign code. Thus you might consider
some code snippet as nifty which might actually be bad C or programming
practise.

Thus, initially atleast, it's better to stick to known sources of
excellent C like TCPL and acquire basic C knowledge before browsing the
mountains of C code on the net.
And,what else can you recommend ?
I've found that lurking and/or participating in this group is an
excellent way to learn the best of C.

After you've finished TCPL I recommend Expert C Programming, C
Unleashed and C : A Reference Manual.

Any or all of the above may be out of active printing, but you can
still get good used copies.

Nov 28 '06 #7
Solo.Wolve wrote:
Well,what else should I do beside reading the c programming language?
Would you think that reading some code may help much? If so,can you
show me some URL that afford such things?
And,what else can you recommend ?
Thank you very much.

I'm generally of the opinion that for learners reading other people's
code isn't particularly helpful in learning to program. It does teach
to read code, which is a useful and allied skill, but not to write code
particularly.

For that, I recommend finding a reasonably-sized project and start to
work on it. Have a definite goal for the project, what the final state
will be, what the program can.

My own training tool was a text-adventure game, of the Zork type. This
had many advantages, the main one being that I was interested in the
subject. It also involved reading and parsing user input, text
manipulation, file I/O, and other useful aspects. Naturally, it's best
to find something that's interesting to you.

Brian
Nov 28 '06 #8
I agree that one can learn a lot when he/she work on a
reasonable project which he/she can manage.

But before one can start his/her own project, one should
pick up basic ability to write some simple to not so simple
programs.

Beginners needs exercise problems - simple programming tasks.
After finishing those exercise problems, beginners can move on
to a reasonable project.

The following URL gives some exercise problems which
beginners can work on.

http://www.geocities.com/mysimpc/problems.html
Default User wrote:
Solo.Wolve wrote:
Well,what else should I do beside reading the c programming language?
Would you think that reading some code may help much? If so,can you
show me some URL that afford such things?
And,what else can you recommend ?
Thank you very much.


I'm generally of the opinion that for learners reading other people's
code isn't particularly helpful in learning to program. It does teach
to read code, which is a useful and allied skill, but not to write code
particularly.

For that, I recommend finding a reasonably-sized project and start to
work on it. Have a definite goal for the project, what the final state
will be, what the program can.

My own training tool was a text-adventure game, of the Zork type. This
had many advantages, the main one being that I was interested in the
subject. It also involved reading and parsing user input, text
manipulation, file I/O, and other useful aspects. Naturally, it's best
to find something that's interesting to you.

Brian
Dec 15 '06 #9
he******@hanmai l.net said:

<snip>
>
The following URL gives some exercise problems which
beginners can work on.

http://www.geocities.com/mysimpc/problems.html
The problems look fair enough, but the solutions are appalling.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Dec 15 '06 #10

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

Similar topics

2
2109
by: M Wells | last post by:
Hi All, I'm about to begin studying for the MCDBA certification and I'm wondering what books people would recommend? The following gets a good review, so I'm planning on purchasing it: MCSA/MCSE/MCDBA Self-Paced Training Kit: Microsoft SQL Server 2000 System Administration, 70-228, Second Edition
8
1927
by: noid droid | last post by:
Hi. I posted yesterday asking if C# lived up to the hype. Thus far the feedback has been all positive. (Thanks.) Can anyone suggest GOOD books for learning C# and the Visual Studio .NET IDE? If there is a book that covers both, that would be great. Also, is it necessary for me to learn a lot about the .NET framework that wouldn't also be covered in one of the books? If I can find a book that'll get me up and running with the IDE...
42
2519
by: Andy | last post by:
and so far I'm loving it, I like the the authors don't beat around the bush and just come straight out and say what the book is sopposed to be. They assume the you have computer experience. I'm loving the exercises they really leave you with a sense of freedom to do what you want, just follow the rules. Just a little rant, I would definitely recommend this book to anyone interested in C. Great addition to anyones library.
17
3961
by: clintonG | last post by:
I'm using an .aspx tool I found at but as nice as the interface is I think I need to consider using others. Some can generate C# I understand. Your preferences please... <%= Clinton Gallagher http://forta.com/books/0672325667/
2
2971
by: lovecreatesbeauty | last post by:
I'm disturbed on this question on a long time. I think if I finally get understand it with your kind help, I will get close to a excellent C++ programmer. And I only can rely on your expertise and help. I've read some books, but no book focuses on this. Don't you think it is a very important thing of C++ programming language? So your knowledge is of great benefit to others, especially me. 1. Which (How many) members will be created...
9
2622
by: arnuld | last post by:
hai folks, well, it's me again and again, i am asking questions. anyway, with your help i have finalised that i will start learning c++ (as you told me that i do not need to know any OO language before c++). that was 15 days ago IIRC. now that with my skill set i went on to search for a good book. my knowledge is limited to the following: 1.) "A gentle introduction to symbolic computation" - David S. Touretzky
5
5463
by: mail | last post by:
Urgent help needed! I moved an application from ASP+ACCESS to ASP+MS SQLSERVER and I have the following problem: If the join on two tables results on duplicate colum names (which appear in both tables) I could reference them by using: RECORDSET("TABLENAME.COLUMNAME")
10
1867
by: Cliff | last post by:
Greetings, I have been trying to teach myself C++ over the past few weeks and have finally came across a problem I could not fix. I made a simple program that prints out a square or rectangle using the * character. The program was just for practice but I am having problems. My main problem is, in my program I use 4 functions to change or access two variables in my code. The variables are
17
1798
Gregor McAlen
by: Gregor McAlen | last post by:
Currently after doing some research and consulting bytes forum members I started to study C++ with a long-term goal of creating my own project <add-on for current 3d game engines that will calculate material based physical calculations> For the project I'll need to create a data base of material's with their properties. That will allow the possibility of loading their data into 3d objects, and make calculations based on database entry, when...
0
8316
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8833
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8509
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7345
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6174
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5636
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4327
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1730
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.