Projekt

Allgemein

Profil

Feature #220

Von Maximilian Seesslen vor mehr als 2 Jahren aktualisiert

Altough the code does not shrink, it makes it more readable;

<pre><code class="cpp">
CUserInput i( 'y',timeout );
while( !i.loop() )
{
eventLoop();
}
sta=i.result();
</code></pre>


Zurück