Answer the question
In order to leave comments, you need to log in
Books for learning C++/C#
Hello.
In the summer there will be some free time. I would like to learn the basics, and maybe something more, in programming with Visual Studio 2010 C++/C#. Please advise good books in Russian, preferably in electronic form.
What is better to study? C++ or C#?
Thanks in advance for your replies.
Answer the question
In order to leave comments, you need to log in
Here, once a week, questions are asked to study them.
You can search for the C# tag.
From myself I recommend Troelsen, on 4 Net.
habrahabr.ru/qa/20841/
habrahabr.ru/qa/18490/
habrahabr.ru/qa/17694/
habrahabr.ru/qa/10301/
habrahabr.ru/qa/2624/
> What is better to study? C++ or C#?
Depending on what interests you.
Desktop applications (Windows only, let's forget about mono for now), websites - C #
It will be easier, in my opinion, and be sure to try such a thing as Resharper :)
High-performance, cross-platform - C ++. In terms of GUI - QT / wxWidgets, and immediately use the capabilities of C ++ 0x - writing has become easier.
XimikS correctly wrote. If you decide to learn C++ from the basics, start with Stroustrup. Next, go to the C++0x and boost documentation. And then decide for yourself))
If C ++, then of course you need to master Stroustrup (I recommend a special edition, but only the translation of Anisimov and Kononov, edited by Andreev and Ushakov).
On the other hand, it is very difficult to start with it, he only mastered it from the third or fourth time.
Therefore, now I have built the following chain for myself:
some C ++ tutorial for dummies -> Stroustrup -> GoF -> Alexandrescu ->…
In C++, I started with Herbert Schildt (The Complete C++ Reference). I read 70% of the book, I understood 20 percent of what I read well, then I practiced for 2-3 months, re-read these 70% again and everything fell into place.
In C#, I also started with Herbert Schildt. Mastered the syntax and started to practice.
It is best to study something that does NOT contain the unnatural OOP paradigm that turns the mind inside out. Namely, time-tested, fast, popular and perfect C!
A collection of books on C programming for beginners. In Russian. tfile.me/forum/viewtopic.php?p=7319597
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question