You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Loops in C | tait.tech</title>
<link rel="stylesheet" href="/assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Tait Hoyem">
<meta name="keywords" content="">
<meta name="description" content="">
</head>
<body>
<div id="wrapper">
<header>
<h1>tait.tech</h1>
<nav>
<a href="/" class="nav-link" >Home</a>
<a href="/blog/" class="nav-link" >Blog</a>
<a href="/ideas/" class="nav-link" >Ideas</a>
<a href="/links/" class="nav-link" >Links</a>
<a href="https://github.com/TTWNO/" class="nav-link" target="_blank" rel="noopener noreferrer" >Github</a>
</nav>
</header>
<main>
<h1>Loops in C, an Emacspeak Tutorial</h1>
<p>For loop, while loop! Why all the confusion?</p>
<p>I explain in my own way how loops work using basic C programming techniques to do many things in very few lines.
Hopefully you dont get payed by lines of code because that would be ridiculous.</p>
<ul class="clear-list">
<li>
<p>YouTube video: <a href="https://youtu.be/Q04e_ZekYjE">Loops in C</a>
</li>
<li>
<p>Resources: <a href="/assets/emacspeak-tutorials/loops.zip">Loops in C zip</a>
</li>
<li>
<p>Other Emacspeak C tutorials <a href="/emacspeak-tutorials">Emacspeak Tutorials List</a></p>
</ul>
</main>
<hr>
<footer>
This page will be mirrored on <a href="https://beta.tait.tech/emacspeak-tutorials/loops/">beta.tait.tech</a>.
</footer>
</div>
</body>
</html>