OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="c-tutorial-getting-started-part-1"> | 3 <section id="c-tutorial-getting-started-part-1"> |
4 <span id="tutorial"></span><h1 id="c-tutorial-getting-started-part-1"><span id="
tutorial"></span>C++ Tutorial: Getting Started (Part 1)</h1> | 4 <span id="tutorial"></span><h1 id="c-tutorial-getting-started-part-1"><span id="
tutorial"></span>C++ Tutorial: Getting Started (Part 1)</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 5 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 6 <ul class="small-gap"> |
7 <li><p class="first"><a class="reference internal" href="#overview" id="id1">Ove
rview</a></p> | 7 <li><p class="first"><a class="reference internal" href="#overview" id="id1">Ove
rview</a></p> |
8 <ul class="small-gap"> | 8 <ul class="small-gap"> |
9 <li><a class="reference internal" href="#what-the-application-in-this-tutorial-d
oes" id="id2">What the application in this tutorial does</a></li> | 9 <li><a class="reference internal" href="#what-the-application-in-this-tutorial-d
oes" id="id2">What the application in this tutorial does</a></li> |
10 <li><a class="reference internal" href="#communication-between-javascript-and-na
tive-client-modules" id="id3">Communication between JavaScript and Native Client
modules</a></li> | 10 <li><a class="reference internal" href="#communication-between-javascript-and-na
tive-client-modules" id="id3">Communication between JavaScript and Native Client
modules</a></li> |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 <li>See the <a class="reference internal" href="/native-client/devguide/coding/a
pplication-structure.html"><em>Application Structure</em></a> | 223 <li>See the <a class="reference internal" href="/native-client/devguide/coding/a
pplication-structure.html"><em>Application Structure</em></a> |
224 section in the Developer’s Guide for information about how to structure a | 224 section in the Developer’s Guide for information about how to structure a |
225 Native Client module.</li> | 225 Native Client module.</li> |
226 <li>Check the <a class="reference external" href="/native-client/pepper_stable/c
pp">C++ Reference</a> for details | 226 <li>Check the <a class="reference external" href="/native-client/pepper_stable/c
pp">C++ Reference</a> for details |
227 about how to use the Pepper APIs.</li> | 227 about how to use the Pepper APIs.</li> |
228 <li>Browse through the source code of the SDK examples (in the <code>examples</c
ode> | 228 <li>Browse through the source code of the SDK examples (in the <code>examples</c
ode> |
229 directory) to learn additional techniques for writing Native Client | 229 directory) to learn additional techniques for writing Native Client |
230 applications and using the Pepper APIs.</li> | 230 applications and using the Pepper APIs.</li> |
231 <li>See the <a class="reference internal" href="/native-client/devguide/devcycle
/building.html"><em>Building</em></a>, <a class="reference internal" href="/nati
ve-client/devguide/devcycle/running.html"><em>Running</em></a>, and <a class="re
ference internal" href="/native-client/devguide/devcycle/debugging.html"><em>Deb
ugging pages</em></a> for information about how to build, run, and | 231 <li>See the <a class="reference internal" href="/native-client/devguide/devcycle
/building.html"><em>Building</em></a>, <a class="reference internal" href="/nati
ve-client/devguide/devcycle/running.html"><em>Running</em></a>, and <a class="re
ference internal" href="/native-client/devguide/devcycle/debugging.html"><em>Deb
ugging pages</em></a> for information about how to build, run, and |
232 debug Native Client applications.</li> | 232 debug Native Client applications.</li> |
233 <li>Check the <a class="reference external" href="http://code.google.com/p/naclp
orts/">naclports</a> project to see | 233 <li>Check the <a class="reference external" href="https://chromium.googlesource.
com/webports">webports</a> project to |
234 what libraries have been ported for use with Native Client. If you port an | 234 see what libraries have been ported for use with Native Client. If you port an |
235 open-source library for your own use, we recommend adding it to naclports | 235 open-source library for your own use, we recommend adding it to webports |
236 (see <a class="reference external" href="http://code.google.com/p/naclports/wiki
/HowTo_Checkin">How to check code into naclports</a>).</li> | 236 (see <a class="reference external" href="https://chromium.googlesource.com/webpo
rts/+/master/CONTRIBUTING.md">How to check code into webports</a>).</li> |
237 </ul> | 237 </ul> |
238 </section> | 238 </section> |
239 | 239 |
240 {{/partials.standard_nacl_article}} | 240 {{/partials.standard_nacl_article}} |
OLD | NEW |