This shows you the differences between two versions of the page.
tech:tutorial:c_basic [2016/11/15 08:49] rk4n3 created |
tech:tutorial:c_basic [2016/11/15 09:14] (current) rk4n3 |
||
---|---|---|---|
Line 109: | Line 109: | ||
* Write a function to output a report of the current history queue, and another to clear it | * Write a function to output a report of the current history queue, and another to clear it | ||
* Make sure your event loop detects some user input to trigger the history report and the history clear, and possibly a combination of both | * Make sure your event loop detects some user input to trigger the history report and the history clear, and possibly a combination of both | ||
+ | * As before, also ensure your event loop also detects some certain user input for terminating the loop | ||
* Make sure you clean up your memory when appropriate | * Make sure you clean up your memory when appropriate | ||