The Artima Developer Community
Sponsored Link

Weblogs Forum
Thinking in C, Beta 3

5 replies on 1 page. Most recent reply: Apr 25, 2006 1:03 PM by Joe A.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 5 replies on 1 page
Bruce Eckel

Posts: 875
Nickname: beckel
Registered: Jun, 2003

Thinking in C, Beta 3 (View in Weblogs)
Posted: Apr 11, 2006 11:01 AM
Reply to this message Reply
Summary
I've made some modifications to simplify and improve usability. This is also delivered by a single-click fast server. This will be the final version unless bugs are discovered.
Advertisement
Here is the link to the instruction page.


Harry Fuecks

Posts: 875
Nickname: hfuecks
Registered: Sep, 2004

Re: Thinking in C, Beta 3 Posted: Apr 12, 2006 7:06 AM
Reply to this message Reply
Works perfectly.

Jules Jacobs

Posts: 119
Nickname: jules2
Registered: Mar, 2006

Re: Thinking in C, Beta 3 Posted: Apr 12, 2006 8:24 AM
Reply to this message Reply
Haskell has this: type declarations are optional, but they can be added to document code. The missing type declarations will be added by the compiler.

Joao Pedrosa

Posts: 114
Nickname: dewd
Registered: Dec, 2005

Re: Thinking in C, Beta 3 Posted: Apr 13, 2006 11:22 PM
Reply to this message Reply
I'm on Linux and Thinking in C seems to work ok. :-) I'm sure that I will enjoy it. It was a good decision to release it this way -- multimedia, cross-platform, free, etc. C needs some caring. :-)

Thanks guys.

Joe A.

Posts: 2
Nickname: jmafc
Registered: Apr, 2006

Re: Thinking in C, Beta 3 Posted: Apr 24, 2006 1:09 PM
Reply to this message Reply
I found a couple of problems.

First, the mp3's for slides 14, 15 and 16 in chapter 4 are out of sync with the slides.

Second, if you type a non-digit to scanf in reverse.c (chapter 5), the program fills in the rest of the array with previous value, e.g., given the input

123 345 a

the output is 19 instances of 345 and then a 123. This is with gcc 3.4.4 on WinXP but it appears generic.

Joe

Joe A.

Posts: 2
Nickname: jmafc
Registered: Apr, 2006

Re: Thinking in C, Beta 3 Posted: Apr 25, 2006 1:03 PM
Reply to this message Reply
There's another problem in Chapter 6: slide30.mp3 (the Summary) is almost empty (9KB).

Flat View: This topic has 5 replies on 1 page
Topic: Thinking in C, Beta 3 Previous Topic   Next Topic Topic: PyQt and BlackAdder

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use