Cite This Page
Bibliographic details for GNU Compiler Collection
- Page name: GNU Compiler Collection
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 24 August 2017 06:00 UTC
- Date retrieved: 26 March 2023 12:33 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078
- Page Version ID: 1078
Citation styles for GNU Compiler Collection
APA style
GNU Compiler Collection. (2017, August 24). Rosetta Code, . Retrieved 12:33, March 26, 2023 from https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078.
MLA style
"GNU Compiler Collection." Rosetta Code, . 24 Aug 2017, 06:00 UTC. 26 Mar 2023, 12:33 <https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078>.
MHRA style
Rosetta Code contributors, 'GNU Compiler Collection', Rosetta Code, , 24 August 2017, 06:00 UTC, <https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078> [accessed 26 March 2023]
Chicago style
Rosetta Code contributors, "GNU Compiler Collection," Rosetta Code, , https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078 (accessed March 26, 2023).
CBE/CSE style
Rosetta Code contributors. GNU Compiler Collection [Internet]. Rosetta Code, ; 2017 Aug 24, 06:00 UTC [cited 2023 Mar 26]. Available from: https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078.
Bluebook style
GNU Compiler Collection, https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "GNU Compiler Collection --- Rosetta Code{,} ", year = "2017", url = "https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078", note = "[Online; accessed 26-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 = "GNU Compiler Collection --- Rosetta Code{,} ", year = "2017", url = "\url{https://rosettacode.org/w/index.php?title=GNU_Compiler_Collection&oldid=1078}", note = "[Online; accessed 26-March-2023]" }