Skip to main content

Questions tagged [books]

Questions on books related to programming, software development, computer science, etc. Do not ask for book recommendations, they are off-topic for this site! Review the existing questions, as many popular books already have questions about them.

-1 votes
1 answer
136 views

Recently I encountered an issue at work where a unit test written in C++ would crash only when being compiled with MSVC 2017 (MSVC 2019 and up are fine). I tried to debug this issue and it seems like ...
yijiem's user avatar
  • 107
1 vote
2 answers
1k views

First of all, I hope this question doesn't fall under "Asking For Books Recommendation" Category. Since TC++PL covers C++11, it is 3 revisions old (C++14, C++17, C++20), the ISO group is ...
theasker's user avatar
24 votes
10 answers
7k views

While I am reading The Pragmatic Programmer e2, I came across Tip 38: Crash Early. Basically, the author, at least to my understanding, advises to avoid catching exceptions and let the program crash. ...
Hawk's user avatar
  • 487
-3 votes
1 answer
94 views

I vaguely remember a quote from, IIRC Kernighan. Something along the lines of: when you find a bug, fix all occurrences of it I think it was either in the "Practice of Programming" or "The C ...
Mike Samuel's user avatar
  • 1,878
7 votes
1 answer
5k views

Today, I came across this book entitled:The Structure and Interpretation of Computer Programs I read the Table Of Contents and it really interests, me. It seems to be exactly what I've been looking ...
Luke's user avatar
  • 273
4 votes
3 answers
3k views

I was once told to read the books titled 'The Pragmatic Programmer' and 'The Mythical Man Month'. I have very little experience programming (basic HTML, CSS and JS). If I were to purchase these books,...
JoshuaPP's user avatar
4 votes
2 answers
1k views

I'm a self-taught intermediate Python programmer; I frequently come across popular books on software development and programming written in other languages (often Java). Typical examples: ...
Jason Wirth's user avatar
26 votes
2 answers
4k views

I want to read Purely Functional Data Structures. I've easily found the thesis (which is freely available as a PDF), but see that there's a book available also. So I'd like to know what the ...
Kostiantyn Rybnikov's user avatar

15 30 50 per page
1
2 3 4 5
9