Bruce Eckel's Thinking in C++, 2nd Ed Contents | Prev | Next


Forward referencing

Although they are convenient, inline functions exacerbate a complication that already exists without them: forward referencing. The problem is this:

Contents | Prev | Next