great stuff

This commit is contained in:
nora 2025-02-13 22:32:53 +01:00
parent e6201286ac
commit d122aab60a
6 changed files with 183 additions and 20 deletions

View file

@ -9,8 +9,10 @@
<body>
<main class="main">
<div class="content" id="content-area">
<h1>Learn C++ Itanium Mangling</h1>
<h2>Lesson 1: Intro and C names</h2>
<h1>
<a class="root-link" href="/">Learn C++ Itanium Symbol Mangling</a>
</h1>
<h2>Lesson 0: Intro and C names</h2>
<noscript>
<p>
Warning: You have JavaScript disabled While the content is still
@ -100,7 +102,17 @@ extern "C" {
</div>
</section>
<section data-step="2" class="step">
<p>meow meow meow!!</p>
<p>Congrats on answering your first mangling question!</p>
<p>
You now know how C functions are (not) mangled, which is a great
starting point for your C++ Itanium Symbol Mangling Adventures. I
wish you good luck for the rest!
</p>
<div class="center">
<a href="/lesson-1.html" class="action-button">
Lesson 1: Basics
</a>
</div>
</section>
</div>
</main>