|
|
|
|
|
|
C++
Interfaces - Fred Wild |
Conceptual buffer between language classes and
their functions is the topic of discussion here. Consider how
abstract and adapter classes fit in. |
|
C++
Language Critique - Ian Joyner |
Collection of articles from experienced
developers explores comparisons to Java, as well as data
abstraction. Authors respond to statements. |
|
Casting
in C++ - G. Bowden Wise |
One of the minor extensions of C++ includes four
operators, designed to convert data across different types. See
how pointers are affected. |
|
Connective
C++ - Sandeep Jolly |
Comparing
procedural and object-oriented methodologies, this review
investigates input/output. Diagrams illustrate the user
interface involved. |
|
|
|
|
|
|
|
|
|
|
|
Synchronization
on the Fly |
Academic-style paper from Microsoft's Development
Network on the theory behind synchronizing applications for
multiple users. |
|
|
|
|