While Loops
The while and do while loops are used in the same way in C/C++ as they are in C#.
Example
Here is the example SplashKit event loop from the while loop page.
Here is the C/C++ version of the do while loop example.
The while and do while loops are used in the same way in C/C++ as they are in C#.
Here is the example SplashKit event loop from the while loop page.
Here is the C/C++ version of the do while loop example.