OLD | NEW |
1 .. _cds2014_cpp: | 1 .. _cds2014_cpp: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ################################## | 5 ################################## |
4 A Saga of Fire and Water - Codelab | 6 A Saga of Fire and Water - Codelab |
5 ################################## | 7 ################################## |
6 | 8 |
7 Introduction | 9 Introduction |
8 ------------ | 10 ------------ |
9 | 11 |
10 .. include:: cpp_summary.inc | 12 .. include:: cpp_summary.inc |
11 | 13 |
12 .. include:: ../nacldev/setup_app.inc | 14 .. include:: ../nacldev/setup_app.inc |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, | 151 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, |
150 or ask questions using Stack Overflow's `google-nativeclient | 152 or ask questions using Stack Overflow's `google-nativeclient |
151 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. | 153 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. |
152 | 154 |
153 | 155 |
154 I hope this codelab has lit a fire in you to go out there, | 156 I hope this codelab has lit a fire in you to go out there, |
155 and bring an awesome C/C++ application to NaCl or PNaCl today! | 157 and bring an awesome C/C++ application to NaCl or PNaCl today! |
156 | 158 |
157 | 159 |
158 .. include:: ../nacldev/cleanup_app.inc | 160 .. include:: ../nacldev/cleanup_app.inc |
OLD | NEW |