|
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 ... .
|
|
Since English is the Lingua Franca of programming, this question is for all programmers who need to learn English for programming related reasons.
I'm Italian but most of the time I spend on the Internet is for reading or writing something in English....
Started by Andrea Ambu on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Even if you don't work in IT you will....
Mine (Polish) is harder than English (more strange sounds.
Listen: depends how hard is your native language.
Try to get FCE or CAE (and even CPE).
Go to language school.
Learn, learn, learn and learn.
|
|
Hello, I know x86 Assembly (and have worked with FPGA etc') , Never wrote for a RISC, I have the opportunity to take a course in MIPS, but I'm busy as it is, so my question is, I know that every thing I learn is beneficial in some way, but really, how...
Started by Liran Orevi on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
One of my classes forced us to learn the MIPS assembly language.
Of the following book to be a good way to learn it:
http://www.amazon.com/Second-Morgan-Kaufmann-Computer a recursive function in assembly.
|
Ask your Facebook Friends
|
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'.
|
|
Posted 28 January 2012 - 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):
Posted 28 January 2012 - 05:21 PM
Since my second language is english i've learnt it since elementary, said:
Since my second language is english i've learnt it since elementary school and also by watching with that language....
|
|
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....
|
|
What is your preferred scripting language in java world (scripting language on JVM) and way? When do you prefer your scripting language over java (in what situations for example for prototyping)? Do you use it for large projects or for personal projects...
Started by Darius Kucinskas on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
The integration with Java is great, which makes it very easy to port existing... .
IMHO, using a DB with a language-to-use (if a tad verbose) language that everybody knows.
; }
(just imagine that the String in "sql" has a "?" at the right place) .
|
|
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.
|