start lesson 3

This commit is contained in:
nora 2025-02-19 20:27:33 +01:00
parent a8bde5caa3
commit 24b38bee63
3 changed files with 159 additions and 6 deletions

View file

@ -12,7 +12,7 @@
<h1>
<a class="root-link" href=".">Learn C++ Itanium Symbol Mangling</a>
</h1>
<h2>Lesson 2: Lesson 2: Arguments</h2>
<h2>Lesson 2: Arguments</h2>
<noscript>
<p>
Warning: You have JavaScript disabled. While the content is still
@ -180,12 +180,14 @@ void name(unsigned long long a, unsigned short b, char c, int d) {}
<section data-step="3" class="step">
<p>
Good job! You have now learnt about the mangling of basic types.
</p>
<p class="lesson-last-paragraph">
This is the last lesson that has been written so far. More lessons
may appear in the future.
Good job! You have now learnt about the mangling of basic types. In
the next lesson, we will use there types as template arguments.
</p>
<div class="center">
<a href="lesson-2.html" class="action-button">
Lesson 3: Basic Templates
</a>
</div>
</section>
</div>
</main>