Opened 12 years ago

Closed 11 years ago

#190 closed defect (fixed)

C++ Developers Guide (possible) typos

Reported by: an.antonov@… Owned by: Peter Baumann
Priority: minor Milestone: 8.4
Component: manuals_and_examples Version: 8.3
Keywords: Cc:
Complexity: Medium

Description

rasdaman 8.3 C++ developers guide, PDF version, retrieved Sun,05.08.2012

p 15: domain initialization in line 7 in the code sample, its explanation as if it were in line 2

p 16: code sample looks like the function returns (y+256*x) instead of (x+256*y); p.15 top line says of initialization (x+10*y) which is not true at all

p 19 (4), p 27 (top line), p 41 (4.7.6): stream input operator? For STL streams it is stream output operator (output to a stream), isn't it?

p 44: in the code sample OId is stored as "double"??? should be "const char *", shouldn't it?

p 47, bottom lines: "ample screen output"?

Change History (2)

comment:1 by Peter Baumann, 11 years ago

Milestone: 8.4

comment:2 by Peter Baumann, 11 years ago

Resolution: fixed
Status: newclosed

corrections applied in v8.4.

Note: See TracTickets for help on using tickets.