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.

66 lines
1.8 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>Pointers 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>Pointers in C, an Emacspeak Tutorial</h1>
<p>Pointers are often seen as this complicated thing,
but really theyre just like a home address.
You can go somewhere to find something specific.
123 Main St. is where Bob lives,
and as long as I know Bob lives there we can say “Deliver groceries to 123 Main St.” and we know this means that Bob will get his groceries.</p>
<p>Hopefully everything is explained well. The resources are as follows:</p>
<ul class="clear-list">
<li>
<p>YouTube video: <a href="https://youtu.be/t3BgDa1p7Qc">Pointers in C</a>
</li>
<li>
<p>Resources: <a href="/assets/emacspeak-tutorials/pointers.zip">Pointers 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/pointers/">beta.tait.tech</a>.
</footer>
</div>
</body>
</html>