mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-15 17:35:05 +01:00
start lesson 3
This commit is contained in:
parent
a8bde5caa3
commit
24b38bee63
3 changed files with 159 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue