Typographic Conventions
Documentation for the SourcePro products uses special typographic conventions. These conventions are summarized in Table 4:
Table 4 – Typographic conventions 
Convention
Purpose
Example
courier
Function names, code, directories, file names, examples, operating system commands, URLs. SQL code is slightly larger than C++ code.
RWWinSockInfo info;
cout << "Error Processing:"
Visit us at www.perforce.com
italic
Variables
Conventional uses, such as new terms and titles.
<table>
Functors, or function objects
Reference Guide
bold italic
Class names, emphasis, and some subheads.
RWCollectable
bold
Conventional uses, such as emphasis. Commands from an interface.
You should always read the manual.
Click the OK button
ellipsis
Indicates part of the code is missing from an example.
foo(){. //Something. //happens.}