Skip to content

introduce size_t early in the book #942

Description

@wrigjl

Description

We need to introduce size_t early in the text. This type is used as the return value for various container length functions (e.g. vector.size()).

Version

cppds2

Motivation and Context

Modern compilers and most importantly the one used by default for activecode are persnickety about signed vs unsigned comparisons. We need to introduce this concept early and show good practice in our examples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions