Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
continue is a keyword to skip the rest of a for/while-loop and continue to perform the next.
for (/* something #1 */ ) |
Consider to never use continue [1].
#include <vector> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml