mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 17:05:04 +01:00
great stuff
This commit is contained in:
parent
e6201286ac
commit
d122aab60a
6 changed files with 183 additions and 20 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue