Skip to content

C++ starter vector iterators int to uint (sign mismatch) in PlanetWars - included entire file w/ changes #206

@GoogleCodeExporter

Description

@GoogleCodeExporter
There are 8 or so vector iterators that operate off of size() which is a uint 
not an int, sign mismatch between that and the declared int iterator.

Simple fix, just declare them as unsigned, attached complete cpp file with 
changes.

Original issue reported on code.google.com by themend...@gmail.com on 27 Oct 2010 at 1:12

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions