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.} |