| title | <code> (Visual C++) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 11/04/2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | article | ||
| f1_keywords |
|
||
| dev_langs |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 687db3f8-d435-4a90-b781-8da503fa39bc | ||
| caps.latest.revision | 8 | ||
| author | mikeblome | ||
| ms.author | mblome | ||
| manager | ghogen |
The <code> tag gives you a way to indicate one or more lines as code.
<code>content</code>
content
The text you want marked as code.
Use <c> to indicate a portion of text should be marked as code.
Compile with /doc to process documentation comments to a file.
See the <example> topic for an example of how to use the <code> tag.