473,804 Members | 3,196 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can you recommend any C programming books?

Any books that helped you progress in C programming?

Where do you begin with C programming?

Can you recommend any websites?

How many months or years did it take you to become knowledge to write
software?
Nov 15 '05 #1
22 1509
ajm
read the reference manual (Haribson / Steele) and take a look at the
CFAQ when you run into problems. many think you should be reading K&R
too.

start programming early, C is a contact sport and it doesn't help to
get buried in books.

how long it is going to take depends entirely on you ;)

Nov 15 '05 #2

"ajm" <a_*******@yaho o.co.uk> wrote in message
news:11******** *************@g 49g2000cwa.goog legroups.com...
read the reference manual (Haribson / Steele) and take a look at the
CFAQ when you run into problems. many think you should be reading K&R
too.

start programming early, C is a contact sport and it doesn't help to
get buried in books.

how long it is going to take depends entirely on you ;)


K&R yes, I have that eBook. : -).

It is rather confusing to begin with, however the only way to get better at
programming is to practice, practice, practice coding and writing as many
programs.

It will probably take me a year to get to the level to write the software,
at the advanced stage maybe 2. Remember I have have got many ideas to
startup, but programming skills need to improve. ;-)
Nov 15 '05 #3
omar khan a écrit :
K&R yes, I have that eBook. : -).


It's an felony to have such a copy. The K&R is a paper book and it is on
sale. Copies are illegal. Here is a free e-book:

http://publications.gbdirect.co.uk/c_book/

--
C is a sharp tool
Nov 15 '05 #4
On 2005-10-31, Emmanuel Delahaye <em**********@n oos.fr> wrote:
omar khan a écrit :
K&R yes, I have that eBook. : -).
It's an felony to have such a copy. The K&R is a paper book and it is on
sale. Copies are illegal. Here is a free e-book:


Copyright violation of that magnitude is not generally a felony.
Also, if he also had a paper copy [though he did not indicate such]
there may be some jurisdictions in which it is not illegal to also
have an electronic copy no matter what the source. Under traditional
copyright law, receiving an illegal copy of a work may not itself be
copyright violation at all.

But, seriously - it's not that expensive - just buy it. it's less
than US$40 new and well worth it.

http://publications.gbdirect.co.uk/c_book/

Nov 15 '05 #5
In article <bO************ ******@newsfe6-win.ntli.net>,
omar khan <no****@nospam. com> wrote:
Any books that helped you progress in C programming?

Where do you begin with C programming?

Can you recommend any websites?
http://www.comeaucomputing.com/booklist
How many months or years did it take you to become knowledge to write
software?


I started programming in high school I think in 1978, and
I'm still learning. It takes many people a _good_ 6 months
to shake out the sillies and a good year to be in "beginner mode".
--
Greg Comeau / Celebrating 20 years of Comeauity!
Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout
World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?
Nov 15 '05 #6
Emmanuel Delahaye wrote:
omar khan a écrit :
K&R yes, I have that eBook. : -).

It's an felony to have such a copy.

<snip>

No, it's not. It's not even a felony to make and distribute them.
Without delving into the legalese too much, "felony" is a word reserved
for grave criminal offenses (for suitable values of "grave"). Copyright
violation is not one of them in any legal system I know of.

Even so it's typically illegal to make and distribute copies without
permission, but not to simply own them. This is disregarding the
morality of the thing, of course, which I'll mercifully leave untouched.

Pardon the off-topic pedantry, but misconceptions about copyright are
too common and relevant these days to ignore.

S.
Nov 15 '05 #7
In article <43************ ***********@new s.xs4all.nl>,
Skarmander <in*****@dontma ilme.com> wrote:
Without delving into the legalese too much, "felony" is a word reserved
for grave criminal offenses (for suitable values of "grave"). Copyright
violation is not one of them in any legal system I know of.


The US Digital Millenium Copyright Act introduced a new offence
of "criminal copyright violation" in instances where the value of
the copied work exceeded a certain value (and the limit is low enough
to include most name-brand commercial items whilst excluding
most personal writings and home businesses.)

Canada does not use the word 'felony', so technically nothing here is
a felony under Canadian law. Copyright violation falls under
the Copyright Act, not under Canada Criminal Code, but the Copyright Act
provides for up to 5 years in prison per copyright violation offence.
When I searched the Considated Statutes And Regulations, I was unable
to find any information about what classes of offences in Canada result in
"a criminal record".
--
Okay, buzzwords only. Two syllables, tops. -- Laurie Anderson
Nov 15 '05 #8

"Greg Comeau" <co****@panix.c om> wrote in message
news:dk******** **@panix1.panix .com...
In article <bO************ ******@newsfe6-win.ntli.net>,
omar khan <no****@nospam. com> wrote:
Any books that helped you progress in C programming?

Where do you begin with C programming?

Can you recommend any websites?


http://www.comeaucomputing.com/booklist
How many months or years did it take you to become knowledge to write
software?


I started programming in high school I think in 1978, and
I'm still learning. It takes many people a _good_ 6 months
to shake out the sillies and a good year to be in "beginner mode".
--
Greg Comeau / Celebrating 20 years of Comeauity!
Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout
World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?


Thats almost four decades of experience?!?!, surely by now you would be able
to write many thousands or millions of lines of code alone or as part of a
team of programmers?
Nov 15 '05 #9
Op Mon, 31 Oct 2005 18:03:28 GMT schreef omar khan:
"Greg Comeau" <co****@panix.c om> wrote in message
news:dk******** **@panix1.panix .com...
In article <bO************ ******@newsfe6-win.ntli.net>,
omar khan <no****@nospam. com> wrote:
Any books that helped you progress in C programming?

Where do you begin with C programming?

Can you recommend any websites?


http://www.comeaucomputing.com/booklist
How many months or years did it take you to become knowledge to write
software?


I started programming in high school I think in 1978, and
I'm still learning. It takes many people a _good_ 6 months
to shake out the sillies and a good year to be in "beginner mode".
--
Greg Comeau / Celebrating 20 years of Comeauity!
Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout
World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?


Thats almost four decades of experience?!?!, surely by now you would be able
to write many thousands or millions of lines of code alone or as part of a
team of programmers?


What planet do you live on? 246 days a year is nice! How many holidays do
you folks have?
--
Coos
Nov 15 '05 #10

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

Similar topics

1
1004
by: Micus | last post by:
Hello all, Can someone recommend books for an unmanaged VC developer moving to managed extensions. I've searched previous messages (no books found) as well as the amazon.com reviews (no standout reviews). Sorry for the repeat (as I'm sure it is). Thanks, M
11
2262
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 recommendation of something better. I have a very basic idea of how ASP.NET works having spent a couple of days playing with it, but it's still a large amount of fog with only a little clarity. I would like something that explains what's going on
2
1723
by: Chris Asaipillai | last post by:
Hi there Im starting a new course this Saturday. OBJECT ORIENTED DEVELOPMENT WITH VISUAL BASIC .NET and will cover the following concepts and principles. a.. Be able to build VB.NET applications using custom object design. b.. Utilise existing .NET Framework objects and extending functionality. c.. Become familiar with how to utilise the IDE to help OOP.
3
2295
by: Johann Schuler | last post by:
I am learning C#. Right now I am working my way thru "Microsoft C# .NET Step by Step by John Sharp and Jon Jagger." After this I want to get into more depth. Eventually I want to pass the C# certification test. Please recommend books for me to read after I get thru the present book, in order of depth and difficulty. Many thanks!
111
5605
by: Enteng | last post by:
Hi I'm thinking about learning C as my first programming language. Would you recommend it? Also how do you suggest that I learn it?What books/tutorials should I read for someone like me? Thanks in advance! -entengk
12
2314
by: Eps | last post by:
I am starting a new job that involves programming in c# and using ASP.net. I have some experience with c# but have little knowledge of ASP, I would like to get a book about each so I can get some reading done before I start. I would describe myself as a intermediate c# programmer, can anyone recommend books on both technologies ?, any help appreciated.
6
2479
by: Solo.Wolve | last post by:
I've just finished the K&R c, And begin to study c++ myself,so can anyone give me some advice?such as some books to read,and something to notice? Thank you very much.
0
9706
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
10578
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...
0
10332
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10321
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
10077
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
6853
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
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3820
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2991
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.