M
M
Makarov2015-06-21 11:15:52
C++ / C#
Makarov, 2015-06-21 11:15:52

Is it possible to use Kernighan and Ritchie's book to teach programming?

Actually a subject.
Will it fit like the first book?
On some forums I read that it does not fit, because the basic concepts are not explained.
Thank you all in advance for your reply.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
D
Danil Antoshkin, 2015-06-21
@s3lfstyle

Why should you learn C?
Are you just starting to program?
For a start, you can take Python to figure out how everything works.
Here is a book with which you can start (Programming in Python) it is better to look for 2015, it is definitely on the Internet, everything is in Russian.
You can start right away with C++, but I won't recommend books to get you started.
You can start with C# and video tutorials from itvdn will help you learn, there is increasing complexity from beginner to professional.

M
Mark, 2015-06-21
@printf

Of course, K&R C is a great book. I myself taught C from it, at school.

I
Ilya Bobkov, 2015-06-21
@heksen

Maybe. And learn the language as you write the project. Learn C and don't listen to anyone. Xi is extensive.

B
beduin01, 2015-06-21
@beduin01

Better start with ddili.org/ders/d.en/index.html (here from the basics)

T
Think With Your Head, 2015-06-21
@Vyad

The ideal version of Pascal - it was invented for teaching programming. And then you can switch to any commercial language.
I advise you to look for the book "Songs about Pascal", although it is a little for schoolchildren. But there all the basics of programming are given

D
Dmitry, 2015-06-23
@ubuntuman

It seems that in such books there is no training in programming itself, only the capabilities of a particular programming language are described? This reading will give you information about the basic elements of most languages, such as conditional jumps, the construction of functions, structures, and more. It will then be possible to leave it for any other languages, although, as it seems to me, if you decide to study Objective-C, then it is better to take it right away in order to get used to the OOP code.

D
Dmitry, 2017-08-23
@Dit81

Learn Python. But for yourself, of course, you can study C, and especially Kernighan and Ritchie ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question