|
Are there any solutions somewhere for the exercises in this book?
"The C Programming Language Ansi C Second Ed" Kernighan; Ritchie.
ISBN10: 0131103628 ISBN13: 9780131103627
Started by Chris_45 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://users.powernet.co.uk/eton/kandr2/
or
http://clc-wiki.net/wiki/K&R2%5Fsolutions
Im not too sure if they are for the edition you asked for, but hopefully they should help!
Edit: After looking at the ISBN numbers you specified, these pages should ... .
|
|
I've recently developed an interest in learning a second language (spanish), and I've gone out and picked up a book the claims to teach you spanish, but its not going so well. I thought about the Rosetta Stone program, but thats pretty pricey (worth it...
Started by Newf on
, 19 posts
by 17 people.
Answer Snippets (Read the full thread at outdoorsmenforum):
Be patient.
Things off of.
|
|
Seeing how well the other question went.
This time the bunny would like to know, if you think learning a foreign language makes you a better citizen/person?
Started by Happybunny on
, 24 posts
by 16 people.
Answer Snippets (Read the full thread at macrumors):
The question is whether learning a second language is a factor" citizen because....
That's a terrible example! I'm sure nobody would suggest learning a second language automatically and irreversibly makes you a 'good citizen'.
|
Ask your Facebook Friends
|
Posted Yesterday, 04:03 PM
i know the best way to learn another language is to be constantly around it like when you were a kid, but what else?
or name ways youre learning a language right now.
any books software or methods you suggest?
Started by kamikidd on
, 20 posts
by 20 people.
Answer Snippets (Read the full thread at 6theory):
It'll help you become much better in....
Like music, movies, games, books, etc...
Cantonese since I have to speak it at home, you could watch dramas and movies with that language most & completely immerse yourself in that language's culture.
|
|
Ignoring skilled people, libraries, and tools in both types of languages, are there good reasons to pick an OO language over a functional language? For what kind of projects?
Update: I ask this question because I have read so many good things about functional...
Started by StackUnderflow on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Are never equal, if they were then the language itself would be more of a preference and would be chosen on how you categorise C, so ignoring that for now)
Which language to pick is always tricky, and as someone pointed out, it will be....
|
|
We are a spanish speaking development team, we code in django and we all are pretty fluent in english, as all documentation, sample code, APIs, etc come in english.
On our last project we chose to name all the variables, class names, modules, files and...
Started by Jj on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As of today I have not used developers say they welcome the all English code since it helps them to keep learning the language.
Hi, I am a software developer and my native language is Spanish as well.
|
|
Let me explain. Suppose I want to teach Python to someone who only speaks Spanish. As you know, in most programming languages all keywords are in English. How complex would it be to create a program that will find all keywords in a given source code and...
Started by Javier Badia on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
And in any dynamic language you to teach a language, you could create a DSL that has keywords in spanish, so that you can teach in your language, and it can....
That people will not necessarily follow a pattern in how they do the code .
|
|
Possible Duplicate:
What’s with the love of dynamic Languages
I have already read this , but I do not get it.
What use is making your own interpreter. Also, it says platform independence. After all the degree of platform independence is limited by what...
Started by cambr on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
There is (usually) less....
Dynamically typed languages offer a very alluring promise of rapid development.
Second, because dynamic language users don't need to understand on the language.
Systems require extra work to get right.
|
|
What language is used to build low level languages like c++ and java?
How could you build the first language with no language?
Started by noname on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
If your next question is "how was the first assembler on Trusting Trust by ... .
Now a single compile on a will produce a translator that can run on y , and the second would have been hand-written in assembly language.
In language x .
|
|
I am having a terrible time trying to do something that should be easy. I have a NSNumber value of 32025.89 seconds. I need to represent that in Hours, Minutes, Seconds. Is there a method that spits that out? I can't seem to find a proper formatter.
Started by SonnyBurnette on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Note: It doesn't account for sub-second precision(@"%d hours, %d minutes, %d seconds....
It may be close enough for your purposes.
I don't know Objective C, but it's a darn poor programming language that doesn't have the tools you, try this.
|