Questions tagged [errata]
18 questions
0
votes
3 answers
Explaining this passage in "About size_t and ptrdiff_t"
In this blog entry by Andrey Karpov entitled, "About size_t and ptrdiff_t" he concludes with
As the reader can see, using ptrdiff_t and size_t types gives some advantages for 64-bit programs. However, it is not an all-out solution for replacement…

Evan Carroll
- 78,363
- 46
- 261
- 468
0
votes
2 answers
Can't figure out this in Holub's pattern book
I started reading Holub's pattern book and not sure if this is a mistake (pg 59-61).
He has in listing 2-3
public interface Employee
{ void youAreFired();
}
public static class EmployeeFactory
{ private Factory() {}
public static Employee…

Eqbal
- 4,722
- 12
- 38
- 47
0
votes
1 answer
Is this query from Modern Database Management wrong?
This is from the Modern Database Management text, chapter 12.
Given:
Supplier_T(SupplierNumber,City) 10,000 records, stored in Detroit
Part_T(PartNumber, Color) 100,000 records, stored in…

Irwin
- 12,551
- 11
- 67
- 97