Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Keyword for program flow, similar to a for loop.
while (/* condition */) |
Prefer a for-statement to a while-statement when there is an obvious loop variable [5]. Prefer a while-statement to a for-statement when there is no obvious loop variable [6].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml