473,609 Members | 2,232 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Learning C with Older books ?.

Hi all,Just wondering are there any problems with learning c from older
books,as I have picked up some from 1988,1994,1997, 1998.
By using books of this age(Im on a tight budget)am I going to missout on
anything in the langauge or has C remaind similar.
I intend to use Dev-C++ on the windows platform.
If any one feels theres anything I should be aware of,please help me out,I
feel a bit lost with all thats out there regarding this language.
Many thanks.
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #1
90 3813
Jhon smith wrote:
Hi all,Just wondering are there any problems with learning c from older
books,as I have picked up some from 1988,1994,1997, 1998.
certainly not, one of the best books is from the designer of c (Kernighan
and Ritchie) and that's an old book (mine is from 1990, the first edition
was from 1970 or so)
By using books of this age(Im on a tight budget)am I going to missout on
anything in the langauge or has C remaind similar.
I intend to use Dev-C++ on the windows platform.
If any one feels theres anything I should be aware of,please help me out,I
feel a bit lost with all thats out there regarding this language.
Many thanks.


Nov 14 '05 #2
[F'up2 cut down --- should have been done by OP!]

In comp.lang.c.mod erated Jhon smith <jh**********@h otmail.com> wrote:
Hi all,Just wondering are there any problems with learning c from
older books,as I have picked up some from 1988,1994,1997, 1998.


Not really. You'll be missing out on the changes introduced by the
C99 standard, but that's not of very high practical relevance yet, and
can relatively easily be fixed up later. Stay away from any books
older than roughly 1990 though --- you don't want to learn
pre-standard C.

--
Hans-Bernhard Broeker (br*****@physik .rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #3
Jhon smith wrote:
Hi all,Just wondering are there any problems with learning c from
older books,as I have picked up some from 1988,1994,1997, 1998.
By using books of this age(Im on a tight budget)am I going to missout
on anything in the langauge or has C remaind similar.


The book from 1988 might be a bit out-dated, unless it is a very
high-quality book, like the second edition of "The C Programming
Language".
The other books will do fine date-wise, but be warned that there are a
lot of bad books in circulation, regardless of when they were printed.
If you want to know if your books are any good, check if you can find a
review for them at http://www.accu.org/ or ask us (please tell us the
title, author(s) _and_ version of each book).

Bart v Ingen Schenau
--
a.c.l.l.c-c++ FAQ: http://www.comeaucomputing.com/learn/faq
c.l.c FAQ: http://www.eskimo.com/~scs/C-faq/top.html
c.l.c++ FAQ: http://www.parashift.com/c++-faq-lite/
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #4
The core language has remained the same more or less.
Of course C++ was introduced which added a lot and changed things around as
well but for pure C that's not relevant.

There have also been some libraries added maybe which you will not learn
about but that's the extend of your potential shortcomings.

As a book you should certainly get: The C programming language by Kernighan
and Ritchie, creators of C.

"Jhon smith" <jh**********@h otmail.com> wrote in message
news:cl******** ********@pletho ra.net...
Hi all,Just wondering are there any problems with learning c from older
books,as I have picked up some from 1988,1994,1997, 1998.
By using books of this age(Im on a tight budget)am I going to missout on
anything in the langauge or has C remaind similar.
I intend to use Dev-C++ on the windows platform.
If any one feels theres anything I should be aware of,please help me out,I
feel a bit lost with all thats out there regarding this language.
Many thanks.
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et

--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #5
Jhon smith wrote:
Hi all,Just wondering are there any problems with learning c from older
books,as I have picked up some from 1988,1994,1997, 1998.
By using books of this age(Im on a tight budget)am I going to missout on
anything in the langauge or has C remaind similar.
I intend to use Dev-C++ on the windows platform.
If any one feels theres anything I should be aware of,please help me out,I
feel a bit lost with all thats out there regarding this language.
Many thanks.


There are some changes in the more recent C, but as long as your book
describes some version of ANSI/ISO C, it will be reasonably close. Older
(K&R) C books are likely to be more misleading. Check if it mentions
ANSI or ISO at the front of the book.

--
Ron House ho***@usq.edu.a u
http://www.sci.usq.edu.au/staff/house
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #6
"Jeroen Wenting" <be*******@horn et.beefjerky.de mon.nl> wrote in message news:<cl******* *********@pleth ora.net>...
The core language has remained the same more or less.
Of course C++ was introduced which added a lot and changed things around as
well but for pure C that's not relevant.

There have also been some libraries added maybe which you will not learn
about but that's the extend of your potential shortcomings.

As a book you should certainly get: The C programming language by Kernighan
and Ritchie, creators of C.

"Jhon smith" <jh**********@h otmail.com> wrote in message
news:cl******** ********@pletho ra.net...
Hi all,Just wondering are there any problems with learning c from older
books,as I have picked up some from 1988,1994,1997, 1998.
By using books of this age(Im on a tight budget)am I going to missout on
anything in the langauge or has C remaind similar.
I intend to use Dev-C++ on the windows platform.
If any one feels theres anything I should be aware of,please help me out,I
feel a bit lost with all thats out there regarding this language.
Many thanks.
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et


As long as the book covers standard ANSI C you are fine. Check the
cover or the intro for that. The K&R ANSI C version is a good book to
use.
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #7
Thanks for all,the help,I will look through the book review section on
ACCU,Thanks for that one.

"Jhon smith" <jh**********@h otmail.com> wrote in message
news:cl******** ********@pletho ra.net...
Hi all,Just wondering are there any problems with learning c from older
books,as I have picked up some from 1988,1994,1997, 1998.
By using books of this age(Im on a tight budget)am I going to missout on
anything in the langauge or has C remaind similar.
I intend to use Dev-C++ on the windows platform.
If any one feels theres anything I should be aware of,please help me out,I
feel a bit lost with all thats out there regarding this language.
Many thanks. --
comp.lang.c.mod erated - moderation address: cl**@plethora.n et

--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #8
HI all again,I just thought I give you a list of the books I have for you to
say yay or nay to as far as good learning tools.

I don`t know if it`s relevent,but I have a little machine code and assembler
experence from the old c64 days,I never really used basic,and have no real
experence of other languages,I don`t like being kept to far removed from the
machine,thats what i liked about the old MC/assem all those bit/byte opps.

I have looked at things like Pure basic,as as a start in PC programming,but
I like somthing about C,I hate the idea of great big fat programs,when it`s
not needed,however I am finding it a daunting task,as If I look on the net I
see reference to things,libarys, headers,API`s and many other things,Yet no
firm explanation of what is C,and what is purley added buy others,What is
needed to learn and what is at least for the time being,not nessesary.

With the `Basics` it seems much more defined,Learn the basic your
using,learn windows/hardware your using it on,Just with C I know where to
start,I just don`t know Which direction to go and howfar in that direction
to go.

My goal really is to learn C,then if Im upto it,more about using C on the PC
with MS windows(ie windows,graphic s,sound),If I ever get that far,and
possibly C++.

The other BIG problem is that I am pretty damn thick,but I really would be
happy if all I can learn to do is simple apps,such a Phone book,with
input/output,disk loading/saving,sorting and such,But I don`t want to have a
basic language do it for me with a few commands,where` s the fun and thinking
in that!.

Any way enough ranting,Here`s my books.

C The complete reference---Herbert schildt first edition,1987
Simple C,Ian sinclair ---1988
Absolute beginners Guide to C,Greg Perry,second edition---1994
C++ Primer plus,Stephan prata,second edition---1995
Learning to program in C,N kantaris---Reprinted 1997
C/C++ Programmers bible Kris jamsa,Lars klander,first edition,---1998

Thanks again.
"Jhon smith" <jh**********@h otmail.com> wrote in message
news:cl******** ********@pletho ra.net...
Hi all,Just wondering are there any problems with learning c from older
books,as I have picked up some from 1988,1994,1997, 1998.
By using books of this age(Im on a tight budget)am I going to missout on
anything in the langauge or has C remaind similar.
I intend to use Dev-C++ on the windows platform.
If any one feels theres anything I should be aware of,please help me out,I
feel a bit lost with all thats out there regarding this language.
Many thanks. --
comp.lang.c.mod erated - moderation address: cl**@plethora.n et

--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #9
Jhon smith wrote:
HI all again,I just thought I give you a list of the books I have for you to
say yay or nay to as far as good learning tools. C The complete reference---Herbert schildt first edition,1987
Nay! See http://www.lysator.liu.se/c/schildt.html
Simple C,Ian sinclair ---1988
Absolute beginners Guide to C,Greg Perry,second edition---1994
C++ Primer plus,Stephan prata,second edition---1995
Learning to program in C,N kantaris---Reprinted 1997
C/C++ Programmers bible Kris jamsa,Lars klander,first edition,---1998


I don't remember these - check the ACCU book reviews at

http://www.accu.org/bookreviews/public/index.htm

Simple C isn't there.
Absolute Beginners Guide isn't there.
C++ Primer Plus 4th Edn is reviewed.
Learning to Program in C is reviewed.
C/C++ Programmer's Bible isn't there.

If you already program competently, then K&R is still very good.

--
Jonathan Leffler #include <disclaimer.h >
Email: jl******@earthl ink.net, jl******@us.ibm .com
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
--
comp.lang.c.mod erated - moderation address: cl**@plethora.n et
Nov 14 '05 #10

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

Similar topics

29
3473
by: Jhon smith | last post by:
Hi,all,I was just wondering if I am likly to have any problems trying to learn C from older books,I have some from the late 80`s,mid/late 90`s. I am using Dev-C++ on the pc windows platform,But I have noticed small differnces in the books such as,int main(),main(void),fprintf,and others,just wondering if these older books are still worth trying to learn from as Im on a very tight budget and can`t really afford any thing else,or are they...
1
9620
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 and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
0
8115
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8053
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,...
1
8205
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
8380
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6983
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
6047
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
5504
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();...
1
1638
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1374
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.