Cite This Page
Bibliographic details for Documentation/Nightly/Developers/Style Guide/Cpp
- Page name: Documentation/Nightly/Developers/Style Guide/Cpp
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 15 March 2022 20:32 UTC
- Date retrieved: 31 January 2026 12:18 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002
- Page Version ID: 64002
Citation styles for Documentation/Nightly/Developers/Style Guide/Cpp
APA style
Documentation/Nightly/Developers/Style Guide/Cpp. (2022, March 15). Slicer Wiki, . Retrieved 12:18, January 31, 2026 from https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002.
MLA style
"Documentation/Nightly/Developers/Style Guide/Cpp." Slicer Wiki, . 15 Mar 2022, 20:32 UTC. 31 Jan 2026, 12:18 <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002>.
MHRA style
Slicer Wiki contributors, 'Documentation/Nightly/Developers/Style Guide/Cpp', Slicer Wiki, , 15 March 2022, 20:32 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002> [accessed 31 January 2026]
Chicago style
Slicer Wiki contributors, "Documentation/Nightly/Developers/Style Guide/Cpp," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002 (accessed January 31, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/Nightly/Developers/Style Guide/Cpp [Internet]. Slicer Wiki, ; 2022 Mar 15, 20:32 UTC [cited 2026 Jan 31]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002.
Bluebook style
Documentation/Nightly/Developers/Style Guide/Cpp, https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002 (last visited January 31, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Style Guide/Cpp --- Slicer Wiki{,} ",
year = "2022",
url = "https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002",
note = "[Online; accessed 31-January-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Style Guide/Cpp --- Slicer Wiki{,} ",
year = "2022",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Style_Guide/Cpp&oldid=64002}",
note = "[Online; accessed 31-January-2026]"
}