All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Control Systems Technology Group. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:23, 31 January 2025 K.d.vos@tue.nl talk contribs created page MRC/Tutorials/The EMC environment (Created page with "===The main loop=== When we want to control and monitor a piece of hardware, we often want to perform a series of steps, computations, procedures, etc., in a repetitive manner. When we talk about doing something repeatedly in software, the first 'control flow statement' that comes to mind is a loop. So, lets' create a loop! <code> include <iostream> int main() { while(true) { std::cout << "Hello World!" << std::endl; } } return 0; }</code> Remembe...") Tag: Visual edit