Cite This Page
Bibliographic details for Stack traces
- Page name: Stack traces
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 28 August 2022 16:51 UTC
- Date retrieved: 25 March 2023 17:15 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478
- Page Version ID: 328478
Citation styles for Stack traces
APA style
Stack traces. (2022, August 28). Rosetta Code, . Retrieved 17:15, March 25, 2023 from https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478.
MLA style
"Stack traces." Rosetta Code, . 28 Aug 2022, 16:51 UTC. 25 Mar 2023, 17:15 <https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478>.
MHRA style
Rosetta Code contributors, 'Stack traces', Rosetta Code, , 28 August 2022, 16:51 UTC, <https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478> [accessed 25 March 2023]
Chicago style
Rosetta Code contributors, "Stack traces," Rosetta Code, , https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478 (accessed March 25, 2023).
CBE/CSE style
Rosetta Code contributors. Stack traces [Internet]. Rosetta Code, ; 2022 Aug 28, 16:51 UTC [cited 2023 Mar 25]. Available from: https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478.
Bluebook style
Stack traces, https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Stack traces --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478", note = "[Online; accessed 25-March-2023]" }
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 = "Rosetta Code", title = "Stack traces --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Stack_traces&oldid=328478}", note = "[Online; accessed 25-March-2023]" }